Options for computing initial estimates via ENPY.
Superseded by enpy_options()
.
how many initial estimates should be kept to perform full PENSE iterations?
The method to use for computing the principal sensitivity components. See details for the possible choices.
maximum number of refinement iterations.
ignored. Maximum number of PENSE iterations to refine initial estimator.
ignored. Numeric tolerance for convergence.
proportion of observations to keep based on the PSC scores.
How to clean the data based on large residuals.
If "proportion"
, observations with the smallest
resid_keep_prop
residuals will be retained.
If "threshold"
, all observations with scaled residuals smaller
than the threshold resid_keep_thresh
will be retained.
proportion or threshold for observations to keep based on their residual.
ignored. Maximum number of iterations and numeric tolerance for the M-scale.
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()
,
mstep_options()
,
pense_options()
,
pensem()