Displaying 1 result from an estimated 1 matches for "nscree".
Did you mean:
scree
2014 Jul 10
0
nScree
I'm trying to determine the number of factors to extract for a factor
analysis, but am having trouble with the nS/nScree function. I did this
successfully earlier today but with the wrong matrix/dataframe, and for some
reason it won't work with the corrected one even though I've entered the
same call.
attmott is the matrix:
attmott<-read.table(file.choose(), header=F, sep=",",)
> attmott<...