nice_sem: Nice html table for lavaan structure equation model fitted...

View source: R/nice_sem.R

nice_semR Documentation

Nice html table for lavaan structure equation model fitted objects

Description

Nice html table for lavaan structure equation model fitted objects

Usage

nice_sem(
  x,
  standardized = TRUE,
  show_fitmeasures = c(CFI = "cfi", TLI = "tli", RMSEA = "rmsea", `RMSEA ci lower` =
    "rmsea.ci.lower", SRMR = "srmr", AIC = "aic", BIC = "bic"),
  remove_cols = NULL,
  show_ci = TRUE,
  round = 2,
  ...
)

Arguments

x

An object returned from the lavaan sem or cfa function.

show_fitmeasures

A named vector with fit measures.

remove_cols

Either column number or column names to be removed.

show_ci

If TRUE, adds columns with 95% confidence intervals.

...

Further arguments passed to the nice_table() function.

Examples

nice_sem(wmisc::lavaan_fit)

jazznbass/wmisc documentation built on Oct. 29, 2024, 5:42 p.m.