| impute_mean | R Documentation |
Replace missing intensity values (NA) with the Feature mean of non-NA values. For example, if a Feature has the measured intensities NA, 1, NA, 3, 2 in samples 1-5,
the intensities after impute_mean() would be 2, 1, 2, 3, 2.
impute_mean(data)
data |
A tidy tibble created by |
A tibble with imputed missing values.
toy_metaboscape %>%
impute_mean()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.