![]() |
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: st: How to find extreme values
From
Barth Riley <barthriley@comcast.net>
To
statalist@hsphsun2.harvard.edu
Subject
Re: st: How to find extreme values
Date
Mon, 26 Mar 2012 22:24:01 -0500
To remove outliers, you could:
preserve
replace var = . if abs(var) >= 1000000 (or some other value)
[perform analyses]
restore
preserve and restore are added if you want to make a temporary change to
these values
Barth
*
* 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/