| imputeCellMM | R Documentation |
Uses a cell-weighted MM-estimator for each variable regression: S-step on unweighted data (high breakdown), M-step with cell weights (fine-grained downweighting). This preserves the S-estimator's breakdown guarantee while incorporating cellwise information.
imputeCellMM(
data,
maxit = 50,
eps = 0.005,
alpha_weight = 4.685,
init_weights = "mcd",
uncert = "pmm",
trace = FALSE
)
data |
data.frame with missing values |
maxit |
maximum outer IRMI iterations (default: 50) |
eps |
convergence tolerance (default: 5e-3) |
alpha_weight |
tuning constant for bisquare cell weights (default: 4.685) |
init_weights |
initial cell weight method: |
uncert |
uncertainty method: |
trace |
logical |
list with data_imputed, cellweights, converged, iterations
Matthias Templ
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.