Generates missing entries in data.frame/matrix
Arguments
- data
data.frame
- p
Fraction of missing data in each column
- cols
Which columns (name or index) to alter
- rowwise
Should missing occur row-wise (either none or all selected columns are missing)
- nafun
(Optional) function to be applied on data.frame before return (e.g.
na.omitto return complete-cases only)- seed
Random seed
