remove_var_na: Remove Columns with too many NA values

Description Usage Arguments Details Examples

Description

This function Remove Columns with too many NA values

Usage

1
remove_var_na(df, d_count_na, tolerance = 75, verbose = TRUE)

Arguments

df

dataframe

tolerance

percentual value of tolerance of NA values in a variable

verbose

verbose

d.count.na

dataframe with NA information created by na.Count

Details

details

Examples

1
2
3
4
## Not run: 
remove_var_na(df, d.count.na, tolerance = 30, verbose = TRUE)

## End(Not run)

elpidiofilho/easyFit documentation built on May 28, 2019, 8:36 p.m.