Date: Thu, 29 Nov 2001 11:57:45 -0500
Reply-To: Arthur J Kendall <KendallA@GAO.GOV>
Sender: "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From: Arthur J Kendall <KendallA@GAO.GOV>
Subject: Re: Missing Data
Content-Type: text/plain; charset=US-ASCII
count nmiss = var1 to var8 (missing,sysmis).
frequencies vars=nmiss.
select if nmiss eq 0.
save outfile = 'c:\to_amos.sav'.
However, this gives you a listwise deletion. Be sure that is what you want, i.e, that you exclude variables with large numbers of missing values, etc.
the general syntax is
COUNT varname=varlist(value list)
[/varname=...]
Numeric value list keywords
LOWEST (LO)
HIGHEST (HI)
THRU
MISSING
SYSMIS
>>> Larry Howard <lhoward@MTSU.EDU> 11/29/01 10:15AM >>>
I am trying to run AMOS and obtain modification indices, but I can only
do that if there are no missing data. How do I select only those
observations that contain no missing data to run my data? Please reply
to my email address at lhoward@mtsu.edu. Thanks. L. Howard
|