ggstatsplot 0.8.0
NEW FEATURES
- Adds
extract_stats
function to extract dataframes containing statistical
details.
MAJOR CHANGES
-
There is finally a publication for
{ggstatsplot}
package!
https://joss.theoj.org/papers/10.21105/joss.03167 -
The
ggcoefstats
function defaults toNULL
forxlab
andylab
arguments, which lets users change these labels if they wish to do so.
Additionally, the x-axis label, if not specified, now defaults to
"estimate"
. Whether this estimate corresponds to regression coefficient or
effect size like partial eta-squared should be clear from the label itself. -
To reduce the dependency load,
ggcorrplot
moves fromImports
to
Suggests
. -
The
bar.fill
argument ingghistostats
is retired in favor of the new
bin.args
argument that can be used to pass aesthetic arguments to
ggplot2::stat_bin
. -
ggstatsplot.layer
argument has been retired. If the user chooses a
certainggplot2
theme, it means they want that theme, and not
{ggstatsplot}
's varnish on it. So the previous behavior was undesirable.
This is a backward compatible change, so the plots should not look
different.
MINOR CHANGES
-
The
pch
size forggcorrmat
has been increased to 14 (#579) to increase
its visibility compared to the correlation value text. -
ggwithinstats
gainspoint.args
to changegeom_point
. -
Minor change to
ggcorrmat
legend title - content in parentheses is now
shown outside of it.
BUG FIXES
ggcoefstats
didn't work when statistic for the given model was
chi-squared. This has been fixed.