Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: converting lists to matrix


From   "Indranil Majumdar" <[email protected]>
To   <[email protected]>
Subject   st: converting lists to matrix
Date   Thu, 5 May 2005 14:43:36 -0400

Hi,

I want to shuffle a list and save the result in a matrix. I tried the
following.

. local var "1/10"

. shuffle `var',num noisily
2 10 4 5 9 7 3 1 6 8

. makematrix,from(r(list)):shuffle `var',num
1 invalid name
r(198);

I use the user-written -shuffle- command but when I use it with -makematrix-
it doesn't work.
I guess I am missing something very basic. Could somebody help ?

Thanks in advance,
Indranil

*
*   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/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index