Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

estimatesTable

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.


processR

Implementation of the 'PROCESS' Macro

v0.2.6
GPL-2
Authors
Keon-Woong Moon [aut, cre], Sokyoung Hong [ctb]
Initial release
2021-1-5

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.