View source: R/missingness_utils.R
miss_as_block | R Documentation |
This constructor creates a function which will set all nvars
columns
to NA together for rows selected for missing data.
miss_as_block(p, nvars)
p |
numeric(1). Proportion of observations to change to missing |
nvars |
numeric(1). Number of columns this behavior should be applied to. |
a function suitable for use in missingness recipe, which when given .df
, the data
will return an N x nvars logical matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.