Reformat numeric summarize output as one column per variable, similar to R summary
Reformat numeric summarize output as one column per variable, similar to R summary
The summarizeNumeric function returns a data frame with the variable names on the rows and summary statistics (mean, median, std. deviation) in the columns.This transposes and abbreviates the information to look more like R summary.