family: family argument for glm(). "AUTO" (the default) tries to choose automatically and is the only really tested option!!!
robust: TRUE/FALSE if robust regression should be used. See details.
imp_var: TRUE/FALSE if a TRUE/FALSE variables for each imputed variable should be created show the imputation status
imp_suffix: suffix used for TF imputation variables
mod_cat: TRUE/FALSE if TRUE for categorical variables the level with the highest prediction probability is selected, otherwise it is sampled according to the probabilities.
Returns
the imputed data set.
Details
lm() is used for family "normal" and glm() for all other families. (robust=TRUE: lmrob(), glmrob())