introNAs | R Documentation |
Function for testing missing value imputation algorithms
introNAs(data, percent = 25)
data |
a dataset without missing values. |
percent |
the percent data that should be randomly assigned as missing |
A completed data frame is returned with the desired percentage of missing data. NAs
are assigned at random.
Nelson Lee Afanador (nelson.afanador@mvdalab.com)
dat <- introNAs(iris) dat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.