Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: st: -matamatrix- program available on SSC


From   Sergiy Radyakin <[email protected]>
To   "[email protected]" <[email protected]>
Subject   Re: st: -matamatrix- program available on SSC
Date   Thu, 6 Jun 2013 12:01:42 -0400

Dear Timothy,
could you please elaborate what does it do in comparison to standard
st_matrix()?
Thank you, Sergiy

matrix A=1,2\3,4

mata
  st_matrix("A")
  B=2,3\5,8
  B
  C=st_matrix("A")*B
  C
end

On Wed, Jun 5, 2013 at 9:59 PM, tshmak <[email protected]> wrote:
> <>
> Thanks to Kit Baum, a program called -matamatrix- is available on SSC. It allows one to perform mata matrix manipulation and functions on Stata matrices.
>
> Enjoy!
>
> Timothy Mak
> School of Public Health
> The University of Hong Kong
>
> Tel 852 2819 9914
> Fax 852 2855 9528
>
>
>
> *
> *   For searches and help try:
> *   http://www.stata.com/help.cgi?search
> *   http://www.stata.com/support/faqs/resources/statalist-faq/
> *   http://www.ats.ucla.edu/stat/stata/
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/faqs/resources/statalist-faq/
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index