"There are fewer than two cases, at least one of the variables has
zero variance, there is only one variable in the analysis, or
correlation coefficients could not be computed for all pairs of
variables. No further statistics will be computed".
I have lots of missing data as well, do I opt for listwise, pairwise
deletion?
Please help!
Thanks a lot.
Ruben
4) about the missing data, to check this, although the descriptive stats
and correlations are available, it is often easier to deal with the
correlation procedure.
correlations variables = var01 to var20
/missing = pairwise
/statistics = descriptives.
correlations variables = var01 to var20
/missing = listwise
/statistics = descriptives.
Hope this helps.
Art
A...@DrKendall.org
Social Research Consultants
University Park, MD USA
(301) 864-5570
As your final statement suggests -- Yes, the default is
listwise deletion, so every case was dropped whenever
a single variable was missing.
But it is better to clean up your data than do analyze 'pairwise'.
"Lots of missing data" on any variable makes it a poor
candidate for an additive factor. What are you going to
add in, when you come to the ultimate step of trying to score
up the factor? -- If there is a reasonable score to replace
a particular Missing, you want to Recode to that score, prior
to trying a factor analysis....
IS there a variable with zero variance? Drop it, it cannot
add anything to any analysis or conclusions. Drop any
variable where there are a lot of missing that you can't
recode. At this point: How many variables do you have?
Art's post shows the commands for using Correlation to
give you a closer look at what is left.
The fact that you report a lot of missing makes me wonder,
What makes these data a candidate for factor analysis, or
for Principal Components Analysis in particular?
If you want to decompose your data with PCA, then the
fruitful method might be to (a) append a set of
'missing-indicator' variables, (b) set each missing to the mean,
and (c) analyze the doubled set of variables (one extra variable
for each variable that has any missing values)..
--
Rich Ulrich, wpi...@pitt.edu
http://www.pitt.edu/~wpilib/index.html