mxPenaltySearch: Search for an optimal penalty value **Experimental**

Description Usage Arguments Value

View source: R/mxPenaltySearch.R

Description

Perform a grid search over a space of regularization penalties. Currently only guaranteed to work for single-parameter models. Expect many changes in the interface while this is developed further.

Usage

1
mxPenaltySearch(model, search_space = NULL, epsilon = 1e-06, ...)

Arguments

model

an MxRegularizedModel object to regularize

...

the search space for this sequence in format *param=c(...)* where c(...) is the list of possible values for parameter param.

Value

A regularized MxModel; at this point an MxRegularizedModel


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