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: RE: collapse with mode


From   "Martin Weiss" <[email protected]>
To   <[email protected]>
Subject   st: RE: collapse with mode
Date   Tue, 1 Jun 2010 00:15:02 +0200

<>

You can still -egen-erate the mode beforehand, and retain the first
observation during the -collapse- call:


***********
sysuse auto, clear
bys rep78: egen mymode=mode(foreign)
collapse (firstnm) mymode, by(rep78)
l
***********


HTH
Martin


-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Tyler Frazier
Sent: Dienstag, 1. Juni 2010 00:08
To: [email protected]
Subject: st: collapse with mode

Is there a way to execute a collapse and return the mode of a variable

I have a variable which is either 11 , 21  or   51  (land use:
residential, commercial or public) which can possibly but not likely
change over the time period

I want to collapse the average consumption to the meter for the time
period (16 months), but then retain either the mode or some indication
that the meter land use has changed its land use during this time
period

Is there a way to do this?

Thanks,
Ty
*
*   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/


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