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: split a sample
From
Nick Cox <[email protected]>
To
[email protected]
Subject
Re: st: split a sample
Date
Thu, 20 Dec 2012 17:12:28 +0000
sysuse auto
su weight, detail
gen byte mysplit = cond(missing(weight), ., (weight >= r(p50)))
Nick
On Thu, Dec 20, 2012 at 4:56 PM, Ebru Ozturk <[email protected]> wrote:
> How do we split a sample according to a certain variable? I want to split the sample by using median value of a certain independent variable. Which command should I use?
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/faqs/resources/statalist-faq/
* http://www.ats.ucla.edu/stat/stata/