| standardizedSolution {lavaan} | R Documentation |
Standardized solution of a latent variable model.
standardizedSolution(object, type = "std.all")
object |
An object of class |
type |
If |
A data.frame containing both unstandardized and standardized model parameters.
HS.model <- ' visual =~ x1 + x2 + x3
textual =~ x4 + x5 + x6
speed =~ x7 + x8 + x9 '
fit <- cfa(HS.model, data=HolzingerSwineford1939)
standardizedSolution(fit)