Creates a dataframe containing summary (median,max,min,num_valid,num_missing) information for numerical variables.

make_numeric_variable_summary_df(var)

Arguments

var

Name of the vector containing the numbers to be summarized

Value

A dataframe containing the summary information.