Description Usage Arguments Value Author(s)
Impute MV in data.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
object |
A metflowClass object. |
method |
Imputation method. It contains "knn", "rf" (missForest), "mean", "median", "zero", "minium", "bpca" (BPCA), "svd" (SVD) and "ppca" (PPCA). Default is "knn". The detial of this method can be find in detail and reference paperes. |
k |
See ?impute.knn |
rowmax |
See ?impute.knn |
colmax |
See ?impute.knn |
maxp |
See ?impute.knn |
rng.seed |
See ?impute.knn |
maxiter |
See ?missForest |
ntree |
See ?missForest |
decreasing |
See ?missForest |
nPcs |
See ?bpca |
maxSteps |
See ?bpca |
threshold |
See ?bpca |
... |
Other arguments. |
A new metflowClass object.
Xiaotao Shen shenxt@sioc.ac.cn
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.