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

st: selecting variables by their format


From   TEWODAJ MOGUES <[email protected]>
To   Stata _ <[email protected]>
Subject   st: selecting variables by their format
Date   Wed, 14 Sep 2005 13:36:15 -0400

I have a quick question about how to select variables by their format. 
Suppose I want to drop (or rename, or do something else) with all 
string variables. Clearly, 
-drop if- doesn't work as that selects observations, not variables. 

The motivation for this question is that I want to collapse a whole 
dataset by some variable: 
collapse *, by(somevar)
Specifically, I want to get the mean of all numeric variables by 
somevar, and get the highest "value" in alphabetical order of the 
string variables by somevar. So if there is no way to do this in one go 
using -collapse-, I would collapse separately for the numeric and the 
string vars, and for that purpose I need to find a way to select 
variables by their format.

Thanks for any guidance on this!
Tewodaj
*
*   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