View source: R/reading_from_mplus.R
get_fs_reliabilities | R Documentation |
Computes factor scores reliabilities (if available).
get_fs_reliabilities(model, latentTraits)
model |
an (already estimated) |
latentTraits |
a character vector with latent trait names |
Reliability is estimated as a ratio between factor scores variance and the sum of factor scores variance and mean squared factor scores standard errors.
A data frame with columns:
latentTrait
- name of a trait,
est
- estimated reliability.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.