View source: R/empirical_reliability.R
empirical_reliability | R Documentation |
TO BE DONE
TO BE DONE
dataset |
Data frame with trait estimates and standard errors |
score_names |
Vector of characters. Which columns specify trait scores? |
se_names |
Vector of characters. Which columns specify trait standard errors? |
For trait scores estimated using item response theory models, a suitable reliability estimate is empirical reliability, which provides a summary estimate on how reliable the trait scores are "as a whole".
A numeric vector containing empirical reliability estimates, ordered the same as in score_names
.
Mengtong Li
Brown, A., & Maydeu-Olivares, A. (2018). Ordinal factor analysis of graded-preference questionnaire data. Structural Equation Modeling: A Multidisciplinary Journal, 25(4), 516-529. https://doi.org/10.1080/10705511.2017.1392247
## Not run: empirical_reliability(dataset, c("Trait1", "Trait2", "Trait3"), c("se1", "se2", "se3"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.