View source: R/dim_reduction.R
impute_missing_values | R Documentation |
Impute missing values using K-nearest neighbors imputation
impute_missing_values(
tomic,
impute_var_name = "imputed",
value_var = NULL,
...
)
tomic |
Either a |
impute_var_name |
variable to create for imputed measurements |
value_var |
An abundance value to use with |
... |
additional arguments to pass to impute.knn |
A tomic
object with imputed measurements.
impute_missing_values(brauer_2008_triple)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.