<>
Let`s keep those below the 75 percentile of generated normal deviates...
*************
clear*
set obs 1000
generate x=rnormal()
_pctile x, p(75)
keep if x<=r(r1)
*************
HTH
Martin
-----Ursprüngliche Nachricht-----
Von: [email protected]
[mailto:[email protected]] Im Auftrag von zeynep elitas
Gesendet: Dienstag, 3. Februar 2009 14:28
An: [email protected]
Betreff: st: Area under a percentile point
I have a simple question which I do not have the answer for. Is there
a way to tell Stata to keep the data under a certain percentile point
and drop the rest? This is important since in my data a percentile
point has often the same value as the ones below and over it.
Thanks
Zeynep Elitaş
*
* 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/