uni_cfa | R Documentation |
Unidimensional confirmatory factor analysis
uni_cfa( cov, what = "est", sample_size = 500, nonneg_loading = FALSE, nonneg_error = TRUE, taueq = FALSE, parallel = FALSE )
cov |
observed covariances |
what |
e.g., "est", "std", "fit" |
sample_size |
number of sample observations |
nonneg_loading |
if TRUE, constraint loadings to nonnegative values |
nonneg_error |
if TRUE, constraint loadings to positive values |
taueq |
if TRUE, a tau-equivalent model is estimated |
parallel |
if TRUE, a parallel model is estimated |
parameter estimates of unidimensional cfa model
uni_cfa(Graham1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.