lavParTable: Parameter Table

Description Usage Arguments Value See Also Examples

Description

Show the parameter table of a fitted model.

Usage

1
2
parameterTable(object)
parTable(object)

Arguments

object

An object of class lavaan.

Value

A data.frame containing the model parameters. This is simply the output of the lavaanify function coerced to a data.frame (with stringsAsFactors = FALSE).

See Also

lavaanify.

Examples

1
2
3
4
5
6
HS.model <- ' visual  =~ x1 + x2 + x3
              textual =~ x4 + x5 + x6
              speed   =~ x7 + x8 + x9 '

fit <- cfa(HS.model, data=HolzingerSwineford1939)
parTable(fit)

nietsnel/psindex documentation built on June 22, 2019, 10:56 p.m.