mask_MCAR | R Documentation |
Masks mask_fraction
entries of X
completely at random
mask_MCAR(X, mask_fraction, seed = NULL, silence_rate = 0.01, mask_cols = NULL)
X |
data to be masked |
mask_fraction |
Fraction of observed entries to be masked |
seed |
Seed for mask |
silence_rate |
The random masking is done while ensuring there is no empty row, which may lead to smaller than specified |
mask_cols |
If not |
masked data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.