Common summary statistics to use in add_rows().
Usage
stat_median(x, digits = 1)
stat_iqr(x, digits = 1)
stat_medianIQR(x, digits = 1)
stat_mean(x, digits = 1)
stat_stddev(x, digits = 1)
stat_meanSD(x, digits = 1)
stat_nPct(x, digits = 0)See also
carpenter() for a list of all functions, examples, and
accessing the introduction tutorial vignette.
