estimatesTable2: convert parameterEstimates to flextable

View source: R/CorPlot.R

estimatesTable2R Documentation

convert parameterEstimates to flextable

Description

convert parameterEstimates to flextable

Usage

estimatesTable2(
  fit,
  vanilla = FALSE,
  digits = 2,
  seek = NULL,
  replace = NULL,
  ...
)

Arguments

fit

An object of class lavaan. Result of sem function of package lavaan

vanilla

Logical

digits

integer indicating the number of decimal places (round) or significant digits (signif) to be used.

seek

string to look for

replace

A string of replacement

...

Further argumant to be passed to estimatesTable()


cardiomoon/semMediation documentation built on Nov. 16, 2023, 4:26 a.m.