convert parameterEstimates to data.frame
estimatesTable(
fit,
latent = TRUE,
regression = TRUE,
mediation = FALSE,
covar = FALSE,
ci = FALSE,
standardized = TRUE,
digits = 2
)
An object of class lavaan. Result of sem function of package lavaan
whether the latent variables be included in result
whether the regressions be included in result
whether the mediation effects be included in result
whether the covariances be included in result
If TRUE, confidence intervals are added to the output
Logical. If TRUE, standardized estimates are added to the output
integer indicating the number of decimal places to be used.