summarizeRegularized: Regularize an MxModel

Description Usage Arguments Value

View source: R/regularizeMxModel.R

Description

Create a regularized container object that encloses an unregularized mxModel.

Usage

1
2
3
4
5
6
7
summarizeRegularized(
  regFit,
  ...,
  verbose = FALSE,
  penalty_function = "guess",
  epsilon = 1e-06
)

Arguments

...

values passed to mxSummarize

verbose

gives more summary feedback

penalty_function

the type of function used for regularization. Default guesses from regularization algebra name

epsilon

how close to zero is close enough? Regularization limits for DF correction

model

the regularized model to summarize

Value

Summary object summarizing the mxModel


trbrick/mxregsem documentation built on Nov. 18, 2020, 7:30 p.m.