factorscores: Compute factor scores
Description
Currently, only the lvm
framework with single group and no missing data is supported.
Usage
factorscores(data, model, method = c("bartlett", "regression"))
Arguments
- data
Dataset to compute factor scores for
- model
A psychonetrics model
- method
The method to use: "regression"
or "bartlett"
Author
Sacha Epskamp <mail@sachaepskamp.com>