produce_NA {missForestPredict} | R Documentation |
Produces a dataframe with missing values
Description
Produces a dataframe with missing values.
For each variable, a random sample of observations of size proportion * nrow(x)
will be set to NA.
Usage
produce_NA(x, proportion = 0.1)
Arguments
x |
a dataframe |
proportion |
proportion of missing values to be produced; a vector of size |
Value
dataframe with missing values.
[Package missForestPredict version 1.0 Index]