Description Usage Arguments Details Value Author(s) References See Also Examples
The ER
function is an implementation of the ER-algorithm of Little and Smith (1987).
1 2 |
data |
a data frame or matrix |
weights |
sampling weights |
alpha |
probability for the quantile of the cut-off |
psi.par |
further parameters passed to the psi-function |
em.steps |
number of iteration steps of the EM-algorithm |
steps.output |
if |
Estep.output |
if |
tolerance |
convergence criterion (relative change) |
The M-step of the EM-algorithm uses a one-step M-estimator.
sample.size |
number of observations |
number.of.variables |
Number of variables |
significance.level |
|
computation.time |
Elapsed computation time |
good.data |
Indices of the data in the final good subset |
outliers |
Indices of the outliers |
center |
Final estimate of the center |
scatter |
Final estimate of the covariance matrix |
dist |
Final Mahalanobis distances |
rob.weights |
Robustness weights in the final EM step |
Beat Hulliger
Little, R. and P. Smith (1987). Editing and imputation for quantitative survey data. Journal of the American Statistical Association, 82, 58-68.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.