- Added the
mean_format()
function.
-
Changed the way that
n_miss
andn
are calculated. Now correct when there are missing values. Built unit test to check for this. -
Changed the
x
argument ofmean_table()
to.x
. This prevents an error when passing a variable namedx
tomean_table()
. -
Added standard deviation to
mean_table()
results.
- First release on CRAN