parTable | R Documentation |
Show the parameter table of a fitted model.
parameterTable(object)
parTable(object)
object |
An object of class |
A data.frame
containing the model parameters. This is
simply the output of the lavaanify
function
coerced to a data.frame
(with stringsAsFactors = FALSE
).
lavaanify
.
HS.model <- ' visual =~ x1 + x2 + x3
textual =~ x4 + x5 + x6
speed =~ x7 + x8 + x9 '
fit <- cfa(HS.model, data=HolzingerSwineford1939)
parTable(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.