Hello R Psych package users,

Why am I receiving "NA" for many of the factor scores for individual
observations? I'm assuming it is because there is quite a bit of missing
data (denoted by NA). Are there any tricks in the psych package for getting
a complete set of factor scores? 

My input is: 
rProjectSurveyDataJustVariables = read.csv("R Project Survey Data Just
Variables.csv", header = TRUE)
solution <- fa(r = rProjectSurveyDataJustVariables, nfactors = 4,  rotate =
"oblimin", fm = "ml", scores = "tenBerge", warnings = TRUE, oblique.scores =
TRUE) 
solution

Thank you.

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to