--- Ziad El-Khatib <[email protected]> wrote:
> it might be very basic question, but any tips will be great!
> In my dataset, missing variables are given value of "888", I know how
> to label them as missing in SPSS and this won't affect analysis, so
> they will not be shown.
>
> I ma trying to find a way to let STATA analyse dataset by avoiding
> including records with value 888 in variable "weight" (for example)
A missing value in Stata is refered to as ".", so you can use -recode-,
to turn the values 888 into . :
recode weight (888=.)
Or if you prefer to keep the original variable intact, you can type:
recode weight (888=.), gen(newweight)
Hope this helps,
Maarten
-----------------------------------------
Maarten L. Buis
Department of Social Research Methodology
Vrije Universiteit Amsterdam
Boelelaan 1081
1081 HV Amsterdam
The Netherlands
visiting address:
Buitenveldertselaan 3 (Metropolitan), room Z434
+31 20 5986715
http://home.fsw.vu.nl/m.buis/
-----------------------------------------
___________________________________________________________
Yahoo! Answers - Got a question? Someone out there knows the answer. Try it
now.
http://uk.answers.yahoo.com/
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/