imputeQs | R Documentation |
Missing value imputed as 'Missing'.
imputeQs(data)
data |
a dataset with missing values |
A completed data frame is returned. For continous variables with missing values, missing values are replaced with 'Missing', while the non-missing values are replaced with their corresponding quartile assignment. For categorical variable with missing values, missing values are replaced with 'Missing'. This procedure can greatly increases the dimensionality of the data.
Nelson Lee Afanador (nelson.afanador@mvdalab.com)
dat <- introNAs(iris, percent = 25) imputeQs(dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.