remove_missing_values {romic} | R Documentation |
Remove Missing Values
Description
Account for missing values by dropping features, samples or using imputation.
Usage
remove_missing_values(
tomic,
value_var = NULL,
missing_val_method = "drop_samples",
verbose = TRUE
)
Arguments
tomic |
Either a |
value_var |
An abundance value to use with |
missing_val_method |
Approach to remove missing values:
|
verbose |
extra reporting messages |
Value
A tomic
object where missing values have been accounted
for.
Examples
remove_missing_values(brauer_2008_triple)
[Package romic version 1.1.3 Index]