estimatesTable | R Documentation |
convert parameterEstimates to data.frame
estimatesTable(
fit,
latent = TRUE,
regression = TRUE,
mediation = FALSE,
covar = FALSE,
ci = FALSE,
standardized = TRUE,
digits = 2
)
fit |
An object of class lavaan. Result of sem function of package lavaan |
latent |
whether the latent variables be included in result |
regression |
whether the regressions be included in result |
mediation |
whether the mediation effects be included in result |
covar |
whether the covariances be included in result |
ci |
If TRUE, confidence intervals are added to the output |
standardized |
Logical. If TRUE, standardized estimates are added to the output |
digits |
integer indicating the number of decimal places to be used. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.