Skip to contents

Much larger simulated data for examples

Usage

sim_miss_large

Examples

# code used to generate the data
set.seed(1758)
df <- data.frame(matrix(runif(3000), ncol = 60))
sim_miss_large <- insert_MCAR(df, ratio = 0.25)
#> Error in get_missing_per_column(dat, ratio = ratio, thresh = thresh): The total number of required missing values (750) is larger than the number of missing values allowed by threshold (600)