mstep_options | R Documentation |
Additional options for computing penalized EN MM-estimates.
Superseded by mm_algorithm_options()
and options supplied directly to pensem_cv()
.
mstep_options(
cc = 3.44,
maxit = 1000,
eps = 1e-06,
adjust_bdp = FALSE,
verbosity = 0,
en_correction = TRUE
)
cc |
ignored. Tuning constant for the M-estimator. |
maxit |
maximum number of iterations allowed. |
eps |
ignored. Numeric tolerance for convergence. |
adjust_bdp |
ignored. Should the breakdown point be adjusted based on the effective degrees of freedom? |
verbosity |
ignored. Verbosity of the algorithm. |
en_correction |
ignored. Should the corrected EN estimator be used to choose
the optimal lambda with CV.
If |
Do not use this function in new code. It may be removed from future versions of the package.
Other deprecated functions:
deprecated_en_options
,
enpy()
,
initest_options()
,
pense_options()
,
pensem()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.