NEW FUNCTIONS
grouped_tidy
, grouped_glance
, grouped_augment
. These provide the most general form of grouped_
versions of generic functions from broom
package family. They can be used to carry out grouped analysis for any function that has a data
argument.groupedstats
compatible with skimr 2.0
and dplyr 0.8.0
.MAJOR CHANGES
set_cwd()
specify_decimal_p
has been modified because it produced incorrect results when k < 3
and p.value = TRUE
(e.g., 0.002
was printed as < 0.001
).groupedstats
now depends on R 3.5.0
. This is because some of its dependencies require 3.5.0
to work (e.g., broom.mixed
).MAJOR CHANGES
lm_effsize_ci()
, signif_column()
, specify_decimal_p()
.MAJOR CHANGES
grouped_lm()
, grouped_aov()
, grouped_lmer()
, grouped_glmer()
.grouped_glm
now takes a formula
argument rather than dep.vars
and indep.vars
arguments.MINOR CHANGES
grouped_summary
now also outputs standard error of mean and 95% confidence intervals for the mean.Titanic_full
, movies_long
).BUG FUXES
"group"
. Fixed that.