impute-methods: Global Standard imputation

Description Usage Arguments

Description

Global Standard imputation is used the Global Median and standard as the cutoff to impute the missing value. We calculate the mean or median for all non missing values of that variable then replace missing value with mean or median

Usage

1
2
3
impute_GlobalStandard(object, width = 0.3, downshift = 1.8)

impute_knn(object)

Arguments

object,

Object; a ['matrix'](Row->Features; Column->Samples).


HuaZou/MyRtools documentation built on Jan. 6, 2022, 8:56 a.m.