View source: R/impute_w_mean.R
| impute_ds | R Documentation | 
Impute numeric matrix in dataset object
impute_ds(ds, p = 5, add_to_name = "imputed")
ds | 
 Dataset list object with vals, rowAnn, colAnn, name  | 
p | 
 the percent around the mean to impute, default: p=5%=5  | 
add_to_name | 
 String to add to the ds$name for new imputed dataset, default: "imputed"  | 
Dataset object where NA in vals has been imputed with random values around mean (default is 5%)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.