View source: R/7Step1Factorscores.r
factorscores_lmfa | R Documentation |
factorscores_lmfa
calculates factor scores by means of the regression method.
factorscores_lmfa(data, model, oblique = TRUE, rounding = 4)
data |
The dataset (must be a dataframe and contain complete cases only). |
model |
The model estimated with |
oblique |
Indicates whether the factor scores are obtained for the obliquely rotated loadings (TRUE) or unrotated loadings (FALSE) (must be a logical statement). |
rounding |
The number of decimals to which the results should be rounded (must be a single scalar). |
## Not run:
ESM_factorscores <- factorscores_lmfa(data,
model,
oblique = TRUE,
rounding = 4
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.