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: last variable in the dataset


From   Phil Schumm <[email protected]>
To   [email protected]
Subject   Re: st: last variable in the dataset
Date   Sat, 13 Aug 2011 10:49:34 -0500

On Aug 13, 2011, at 10:07 AM, Ricardo Ovaldia wrote:
> I am writing an -ado- program that merges several datasets with different variables. I need to know the name of the last variable after the merge.  Is there a way to get the name of the last variable or refer to the last variable in the dataset?


Either

    mata: st_local("lastvar", st_varname(st_numscalar("c(k)")))

or

    qui ds
    loc lastvar: word `c(k)' of `r(varlist)'

will place the name of the last variable in the current dataset into the local macro lastvar.


-- Phil


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


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