impute: Impute matrix

Description Usage Arguments Value

View source: R/imputation.R

Description

Impute matrix

Usage

1
2
impute(d_mat, col_max_NA = 4, verboseFlag = F, remove_collinear = T,
  diagnostics = T)

Arguments

d_mat

matrix to be imputed

col_max_NA

maximum number of NA values per column. Columns with more will be removed

verboseFlag

Vebose printing?

remove_collinear

T/F

diagnostics

T/F

Value

an imputed matrix


joelgsponer/waRRior2 documentation built on Feb. 22, 2020, 3:34 a.m.