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: How to find extreme values
From
Barth Riley <[email protected]>
To
[email protected]
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/