Description Usage Arguments Value Author(s)
sxtMVimputation
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | sxtMVimputation(
data,
method = c("knn", "rf", "mean", "median", "zero", "minimum", "bpca", "svdImpute",
"ppca"),
k = 10,
rowmax = 0.5,
colmax = 0.8,
maxp = 1500,
rng.seed = 362436069,
maxiter = 10,
ntree = 100,
decreasing = FALSE,
nPcs = 2,
maxSteps = 100,
threshold = 1e-04,
...
)
|
data |
data |
method |
method |
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. |
result
Xiaotao Shen shenxt@sioc.ac.cn
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.