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: _rmcoll


From   Christopher Baum <[email protected]>
To   "[email protected]" <[email protected]>
Subject   re: st: _rmcoll
Date   Sun, 14 Aug 2011 14:27:25 -0400

<>
>I use _rmcoll as follows:
>
>_rmcoll var1 var2 var3 var4
>
>I read the help and it says that the result is saved in r. I did:
>
>display r(var1 var2 var3 var4)
>
>but I don't see nothing.
>
>How do I make it display the result?

See the help for _rmcoll. Here is one example it gives:

         . _rmcoll turn trunk tt
         . display r(varlist)

Or in more general terms, if the result is saved in r(),

return list

will show you everything avaiable.

Kit Baum   |   Boston College Economics & DIW Berlin   |   http://ideas.repec.org/e/pba1.html
                              An Introduction to Stata Programming  |   http://www.stata-press.com/books/isp.html
   An Introduction to Modern Econometrics Using Stata  |   http://www.stata-press.com/books/imeus.html




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