Thank you, Martin. The issue is that -return list- only gives the last
state.
In the interim I figured out an alternative.
bysort state: gen stateobs=_n
su income if stateobs==1
-Brent
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Martin Weiss
Sent: Monday, April 13, 2009 12:32 PM
To: [email protected]
Subject: st: AW: summarize variables without collapsing
<>
Easy answer:
*************
by state, sort : summarize income, detail
*************
Does that do what you want? If not, why not?
HTH
Martin
-----Ursprüngliche Nachricht-----
Von: [email protected]
[mailto:[email protected]] Im Auftrag von Brent Fulton
Gesendet: Montag, 13. April 2009 21:26
An: [email protected]
Betreff: st: summarize variables without collapsing
Dear Statalist,
I am using Stata 9.2 and have a dataset with 10,000 individuals who each
reside in one of 50 states. I have individual-level (e.g., race) and
state-level variables (e.g., a state's average income).
Is there a way to summarize the average income (calculate mean, min, max,
sd, etc.) for the 50 states without collapsing the data by state?
Thanks,
Brent Fulton
UC Berkeley
*
* 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/
*
* 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/
*
* 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/