Skip to contents

This function calculates the ratios of missing values per each column from the provided data in descending order.

Usage

get_variables_table(missing_data)

Value

A data.frame.

Examples

data(sim_miss)
get_variables_table(sim_miss)
#>    Variable % Missing
#> X3       X3        15
#> X6       X6        15
#> X2       X2        10
#> X1       X1         5
#> X4       X4         5
#> X5       X5         0