underlimit: Get observations under the limit

Description Usage Arguments Examples

View source: R/underlimit.R

Description

This function deletes observations above the missing percentage and returns new data.

Usage

1
underlimit(data, limit)

Arguments

data

Dataset, matrix or dataframe.

limit

The lower limit of the desired missing rate (percentage).

Examples

1
Hitters %>% underlimit(20)

sametsoekel/plasteR documentation built on Sept. 16, 2020, 10:56 p.m.