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]

st: identifying variables


From   Abhimanyu Arora <[email protected]>
To   [email protected]
Subject   st: identifying variables
Date   Mon, 9 Apr 2012 04:50:30 +0200

Dear statalist
I need to identify the variables for which the first observation
contains the string "real".
I used Nick Cox's -findname- from the SSC (updated 27 February 2012)
in the following command.

findname var1-var56 in 1,all(regexm("@","real+")) loc (varnames)

But since -return list- comes up empty, something is amiss, perhaps in
the use of the regular expression. May I also request some clarity in
understanding of the role played by a "placeholder" in -findname-? As
I see it, a generally character designated as a "placeholder" is
supposed to take on supplied values—string or numerals. Or in other
words, how would stata read the "@" in the above command?

Many thanks and best regards
Abhimanyu

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