cfa_dat | R Documentation |
A six-variable dataset with 100 cases.
cfa_dat
A data frame with 100 rows and 6 variables:
Indicator. Numeric.
Indicator. Numeric.
Indicator. Numeric.
Indicator. Numeric.
Indicator. Numeric.
Indicator. Numeric.
library(lavaan)
data(cfa_dat)
mod <-
"
f1 =~ x1 + x2 + x3
f2 =~ x4 + x5 + x6
"
fit <- cfa(mod, cfa_dat)
summary(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.