robComp | R Documentation |
Impute missing values using compositional KNN imputation
robComp(obj, method = "comp-knn", k, sum_first = FALSE, verbose = FALSE)
obj |
Input |
method |
impKNNa=compositional KNN or impCoda=compositional KNN with iterative improvement in estimates |
k |
nearest neighbours |
sum_first |
Sum normalise the array data before imputation, and convert back to non-sum normalised afterwards |
verbose |
Log the start and end time for imputation |
Input data with missing values imputed
robCompositions::impKNNa
and
robCompositions::impCoda
which this function wraps
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.