Releases: IndrajeetPatil/ggstatsplot
Releases · IndrajeetPatil/ggstatsplot
ggcoefstats function added
0.0.4 further modifications to vignettes to pass R CMD checks
ggstatsplot 0.0.3
Grouped_ variants and vignettes added for all functions
ggstatsplot 0.0.2
NEW FEATURES
- Bayesian test added to
gghistostats
and two new arguments to also display
a vertical line fortest.value
argument. - Vignette added for
gghistostats
. - Added new function
grouped_gghistostats
to facilitate applying
gghistostats
for multiple levels of a grouping factor.ggbetweenstats
has a new argumentoutlier.coef
to adjust threshold used
to detect outliers. Removed bug from the same function whenoutlier.label
argument is of factor/character type.
MAJOR CHANGES
- Functions
signif_column
andgrouped_proptest
are now deprecated. They
were exported in the first release by mistake. - Function
gghistostats
no longer displays both density and count since the
density information was redundant. Thedensity.plot
argument has also been
deprecated. ggscatterstats
argumentintercept
has now been changed to
centrality.para
. This was due to possible confusion about interpreation of
these lines; they show central tendency measures and not intercept for the
linear model. Thus the change.- The default for
effsize.type = "biased"
effect size forggbetweenstats
in case of ANOVA is partial omega-squared, and not omega-squared.
Additionally, both partial eta- and omega-squared are not computed using
bootstrapping with (default) 100 bootstrap samples.
ggstatsplot 0.0.1
First release of ggstatsplot