remove_high_missing_row: Remove Rows with a High Proportion of Missing Values

Description Usage Arguments Value

Description

Use remove_high_missing_row to remove rows from a datarame that have an excessive proportion of missing values.

Usage

1
remove_high_missing_row(x, prop = 1, n = 1000)

Arguments

x

a dataframe

prop

a number between 0 and 1. If a row has more or equal to this proportion of missing values it is removed. (default = 1)

n

the number of columns to use to sample from when calculating the proportion of missing vaalue. useful for large datasets. (default = 1000)

Value

a dataframe with missing rowss removed


tomliptrot/simpute documentation built on July 6, 2019, 4:46 p.m.