remove_missing: Find missing cells

Description Usage Arguments Value

Description

Identifies how many rows would be removed if columns with number of missing above tolerance are removed.

Removes rows with missing values after removing columns with fraction of missing values above tolerance.

Usage

1
2
3
find_missing(data, tolerance = 0.9)

remove_missing(data, tolerance = 0.9)

Arguments

data

data.frame to be checked

tolerance

maximum fraction of missing values allowed in a column.

data

data.frame to be checked

tolerance

maximum fraction of missing values allowed in a column.

Value

summary of rows and columns that could be removed

summary of rows and columns that

summary of rows and columns that could be removed


edvalente/edsteR documentation built on May 15, 2019, 4:23 a.m.