estimatesTable: convert parameterEstimates to data.frame

View source: R/CorPlot.R

estimatesTableR Documentation

convert parameterEstimates to data.frame

Description

convert parameterEstimates to data.frame

Usage

estimatesTable(
  fit,
  latent = TRUE,
  regression = TRUE,
  mediation = FALSE,
  covar = FALSE,
  ci = FALSE,
  standardized = TRUE,
  digits = 2
)

Arguments

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.


cardiomoon/processR documentation built on April 20, 2023, 3:38 a.m.