Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
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] restorepreserve 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/