Skip to contents

Table with parameters from a lavaan model

Usage

sem_tab(
  ...,
  what = c("loadings", "intercepts", "slopes", "covariances", "others"),
  std = F,
  ci = F
)

Arguments

...

Fitted lavaan models as separate arguments or a list of models

what

Kinds of parameters to report. Possible values "loadings", "intercepts", "slopes", "covariances", and "others"

std

Whether to report standardized or unstandardized estimates

ci

Whether to include confidence intervals