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]
st: create a dataset or vector of variable names
From
"Sheena Sullivan" <[email protected]>
To
<[email protected]>
Subject
st: create a dataset or vector of variable names
Date
Wed, 24 Feb 2010 08:26:47 -0800
I would like to create a dataset of the variable names in a dataset (could
also be a vector). I have created data using matrices and would like to
append it to my actual data, but I want to avoid having to manually type up
the variable names, which I believe I will need to have in order to append
the created data to the actual data.
In SAS, I can do this using a proc contents step
proc contents data=dataset
out=varname position noprint;
run;
which creates a dataset call varname.
but I'm trying to move away from SAS these days!
I read that I can get a variable list using
describe, varlist
but I can't figure how I can then use r(varlist) to assign variable names.
What I would ideally like is something like this:
mat colnames mymatrix = r(varlist)
if you get what I mean. In SAS it is simply a matter of assigning
[colnames=varlist] when creating a dataset from a matrix.
Any thoughts would be greatly appreciate as I have more than 100 variables.
Thanks,
Sheena
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/