get_std_loadings | R Documentation |
Extract standardized factor loadings from lavaan object
get_std_loadings(object, type = "std.all", df = FALSE)
object |
a |
type |
standardize on the latent variables ( |
df |
should loadings be returned as a |
A matrix
or data.frame
of factor loadings
data(HolzingerSwineford1939, package = "lavaan")
HS.model <- ' visual =~ x1 + x2 + x3
textual =~ x4 + x5 + x6
speed =~ x7 + x8 + x9 '
fit <- lavaan::cfa(HS.model, data = HolzingerSwineford1939)
get_std_loadings(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.