analyse_missing: Analyse missing values

Description Usage Arguments Examples

Description

This function returns a set of basic summary statistics of missing values in a data frame

Usage

1
analyse_missing(df, case_cutoff = 30, var_cutoff = 20)

Arguments

df

A data frame

case_cutoff

A cut-off to narrow down cases with higher percentage of missing values

var_cutoff

A cut-off to narrow down variables with higher percentage of missing values

Examples

1
analyse_missing(credit_data)

konradsemsch/aider documentation built on May 22, 2019, 2:40 p.m.