sxtMVimputation: sxtMVimputation

Description Usage Arguments Value Author(s)

View source: R/impute_mv.R

Description

sxtMVimputation

Usage

 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,
  ...
)

Arguments

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.

Value

result

Author(s)

Xiaotao Shen shenxt@sioc.ac.cn


jaspershen/metflow2 documentation built on Aug. 15, 2021, 4:38 p.m.