twidlr icon indicating copy to clipboard operation
twidlr copied to clipboard

Alt Methods for predict.factanal

Open drsimonj opened this issue 7 years ago • 0 comments

predict.factanal currently implements the "regression" method directly from stats::factanal (when scores = "regression"`). See https://github.com/drsimonj/twidlr/blob/master/R/twidlr-stats.R#L334-L340

stats::factanal also provides the means for computing factor scores using the Bartlett method, which can be implemented.

If done, be sure to add method as an additional argument to predict.factanal, and be sure to cite the authors (see #17)

drsimonj avatar May 10 '17 22:05 drsimonj