continuous_summary_fns() returns a named list of summary functions
for continuous variables. Some functions include slight modifications to
their base equivalents. For example, the min() and max() functions
return NA instead of Inf when an empty vector is passed.
Statistics "p25" and "p75" are calculated with quantile(type = 2),
which matches
SAS's default value.