misscat: Dropping Missing Values

Description Usage Arguments Value Examples

View source: R/misscat.R

Description

Drops rows or columns containing missing values if the number of the missing values exceeds a threshold

Usage

1
misscat(df, threshold)

Arguments

df

the input data frame

threshold

threshold (ratio of missing values to drop the row or column)

Value

data frame

Examples

1
misscat(iris, 0.2)

UBC-MDS/Rcat documentation built on March 30, 2020, 11:43 p.m.