Usage
imputeFAMD(X, ncp = 2, method=c("Regularized","EM"), row.w = NULL,
coeff.ridge=1,threshold = 1e-06, seed = NULL, maxiter = 1000,...)
Arguments
X
a data.frame with continuous and categorical variables containing missing values
ncp
integer corresponding to the number of components used to predict the missing entries
method
"Regularized" by default or "EM"
row.w
row weights (by default, uniform row weights)
coeff.ridge
1 by default to perform the regularized imputeFAMD algorithm; useful only if method="Regularized". Other regularization terms can be implemented by setting the value to less than 1 in order to regularized less (to get closer to the results of the EM metho
threshold
the threshold for assessing convergence
seed
integer, by default seed = NULL implies that missing values are initially imputed by the mean of each variable for the continuous variables and by the proportion of the category for the categorical variables coded with indicator matrices of dummy variable
maxiter
integer, maximum number of iteration for the algorithm
...
further arguments passed to or from other methods