Description Usage Arguments Value
This function imputes missing data with data points samples randomly from the non-missing entries. Returns the input data unchanged if all data are missing.
1 | impute_random(mat)
|
mat |
Matrix (with or without missing data) |
List with two slots:
imputed |
Updated version of input matrix with NAs replaced |
n |
Number of data points which were replaced |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.