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.frame with missing values
maximum outer IRMI iterations (default: 50)
convergence tolerance (default: 5e-3)
tuning constant for bisquare cell weights (default: 4.685)
initial cell weight method: "mcd" or
"univariate" (default: "mcd")
uncertainty method: "pmm", "normalerror",
or "none"
logical
list with data_imputed, cellweights, converged, iterations