A tibble::tibble with one row for each estimated parameter and
columns:
termThe result of paste(lhs, op, rhs)
opThe operator in the model syntax (e.g. ~~
for covariances, or
~
for regression parameters)
groupThe group (if specified) in the lavaan model
estimateThe parameter estimate (may be standardized)
std.error
statisticThe z value returned by lavaan::parameterEstimates()
p.value
conf.low
conf.high
std.lvStandardized estimates based on the variances of the
(continuous) latent variables only
std.allStandardized estimates based on both the variances
of both (continuous) observed and latent variables.
std.noxStandardized estimates based on both the variances
of both (continuous) observed and latent variables, but not the
variances of exogenous covariates.