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 = TRUE,
  digits = 3,
  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 to be used.

seek

string to look for

replace

A string of replacement

...

Further arguments to be passed to estimatesTable()


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