factorscores {psychonetrics} | R Documentation |
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: |
Author(s)
Sacha Epskamp <mail@sachaepskamp.com>
[Package psychonetrics version 0.13 Index]