Skip to content
Prev 319969 / 398502 Next

Dealing with missing values in princomp (package "psych")

You can build the variance matrix you want "manually" with cov(x, use="pairwise").
You can supply a variance matrix to princomp with princomp(covmat=outputOfCov).
See their manual pages for details.

Bill Dunlap
Spotfire, TIBCO Software
wdunlap tibco.com