What is methodInterval?

2 vues

Réponse

Specifies the imputation technique for interval variables. Be aware that you can specify numeric variables as nominal using the nomVarsIndices parameter. Alias: methodContinuous. Default: MEAN. Options: MAX (replaces missing values with the maximum value), MEAN (replaces missing values with the mean), MEDIAN (replaces missing values with the median), MIDRANGE (replaces missing values with the mean of the maximum value and minimum value), MIN (replaces missing values with the minimum value), RANDOM (replaces missing values with uniform random numbers), VALUE (replaces missing values with the values specified in the valuesInterval and valuesNominal parameters).
Did this answer help you?
impute

dataPreprocess

See technical action