Functions from dplyr are used to automate the process of
calculating basic summary statistics on a data frame. Returned
statistics include mean, standard deviation, standard error, count,
and 95
confidence intervals from a normal distribution (summary_stats) and
from a t-distribution (summary_stats.t)