impute_missing_values {romic} | R Documentation |
Impute Missing Values
Description
Impute missing values using K-nearest neighbors imputation
Usage
impute_missing_values(
tomic,
impute_var_name = "imputed",
value_var = NULL,
...
)
Arguments
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 |
Value
A tomic
object with imputed measurements.
Examples
impute_missing_values(brauer_2008_triple)
[Package romic version 1.1.3 Index]