View source: R/0_data_processing.R
impute_norm | R Documentation |
Imputes values based on normal distribution
impute_norm(data_, shift = 1.8, width = 0.3, seed = 123, input, output)
data_ |
data (either a tibble, data frame or matrix) |
shift |
shift in standard deviations |
width |
width in standard deviations |
seed |
seed |
input |
if data_ is list: name of data to use |
output |
if data_ is list: name of output data to save in list under |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.