Description Usage Arguments Examples
Extract table of results from fitted lavaan object.
1 2 3 4 5 6 7 8 9 10 |
object |
fitted lavaan object |
1 2 3 4 5 6 7 8 9 | library(lavaan)
model <- 'y_1 =~ y1 + y2 + y3 + y4
y_2 =~ y5 + y6 + y7 + y8
x =~ x1 + x2 + x3
y_1 ~ a*x
y_2 ~ b*x
'
fit <- cfa(model, PoliticalDemocracy)
coeffs_tab(fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.