I dont understand what your are trying to do here a short ansewer is
gen x=1
gen y=2
mkmat x y , matrix(byvar)
matrix list byvar
In mata the logic is different
mata:
x=1
y=2
byvar=x,y
HTH
AbdelRahmen
2007/10/15, Thomas Jacobs <[email protected]>:
> I am trying to create a matrix from a couple of variables. Let's make
> this simple.
>
> I can hand enter
>
> matrix byhand = (1,2)
>
> but if I do
>
> gen x =1
> gen y =2
> matrix byvar = (x,y)
>
> I get x not found even though display x gives me 1.
>
> What am I missing here and is there a workaround? Thanks very much.
>
> Sincerely,
>
> Tom
>
> --
> Thomas Jacobs
> *
> * For searches and help try:
> * http://www.stata.com/support/faqs/res/findit.html
> * http://www.stata.com/support/statalist/faq
> * http://www.ats.ucla.edu/stat/stata/
>
--
AbdelRahmen El Lahga
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/