see 0.5.2
Changes to functions
plot()
for correlation::correlation()
gains a type
and size
argument, to plot correlation matrices either as tiles or circles.
Color Scales and Palettes
- Added new color-palettes.
- Palettes for existing color scales have been revamped.
- Added
"light"
palettes for dark themes.
see 0.5.1
Changes to functions
- Plot-function for
parameters::describe_distribution()
gains highlight
, highlight_color
and size
arguments.
- Plot-function for
parameters::describe_distribution()
now uses thin bars for variables with integer values (instead of less precise histogram).
- Plot-function for
performance::check_normality()
gains size
and point_size
arguments.
- Plot-function for
performance::check_normality()
now also plots normality of random effects, when check_normality(effects = "random")
was called.
- Legend labels nopw show a percentage-sign where applicable (for instance, for
plot.hdi()
).
Bug fixes
- Fixed issue with argument
n_column
in plot.p_significant()
, plot.hdi()
, and plot.p_direction()
, which stopped working since R 4.0.0.
- Fixed issue in
plot.performance_roc()
with swapped x/y axes.
see 0.5.0
New functions
golden_ratio()
was added as a helper to get nice proportions.
New plot functions
- Added plot-function for
correlation::summary()
.
- Added plot-function for
parameters::describe_distribution()
.
- Added plot-function for
effectsize::equivalence_test()
.
- Added plot-function for various effectsize-functions, like
effectsize::eta_squared()
.
Changes to functions
plot.estimate_density()
now also works for density estimation of data frames.
plot.equivalence_test()
now also works for frequentist models and data frames (see parameters::equivalence_test()
).
- Slightly changed plotting-style for
plot.equivalence_test()
.
see 0.4.1
General
- Reduce package dependencies.
New plot-functions
- Added plot-function for
correlation::correlation()
.
Changes to functions
plot()
for model_parameters.rma()
now arranges facets by subgroups (see vignettes).
- minor improvements to
plot()
for parameters::cluster_analysis()
.
- minor improvements to
plot()
for parameters::model_parameters.brmsfit()
.
- Plot-function for
bayestestR::si()
gets a support_only
argument, to plot only the support data or the “raw” prior and posterior distributions.
see 0.4.0
Breaking changes
- Arguments
ncol
and nrow
in plots()
were renamed into n_columns
and n_rows
to be consistent with arguments from other functions in the see-package.
New plot-functions
- Added plot-function for
performance::compare_performance()
.
- Added plot-function for
bayestestR::si()
.
Changes to functions
plot()
-functions for the bayestestR-package now also support BFBayesFactor
and MCMCglmm
objects.
plot()
for parameters::model_parameters()
now uses fixed axis for facets when model is an ordinal or cumulative link model (because all facets are on the same scale, and thus parameters are easier to compare).
Bug fixes
- Fixed issue with group coloring for
parameters::model_parameters()
when exponentiate = TRUE
.
- Fixes issue with
plot.point_estimate()
for vectors.
see 0.3.0
Breaking changes
how_to_plot()
was removed for the time being, due to its inadequate maintainace effort. It might be re-implemented sometime in the future…
General
- Improved layout (vertical alignment) for some plotting-functions for the bayestestR-package, when there was only one parameter. Plots now are closer to the x-axis, removing unnecessary empty space.
- Labels and plot annotations are now more “human readable”, and labelling is more context sensitive.
New plot-functions
- Added
coord_radar
for radar charts.
- Added plot-function for
parameters::cluster_analysis()
.
- Added plot-function for
parameters::principal_components()
.
- Added plot-function for
parameters::parameters_simulate()
.
- Added plot-function for
parameters::n_factors()
.
- Added plot-function for
bayestestR::p_significance()
.
Changes to functions
plot()
for parameters::model_parameters()
gets a sort
-argument to sort coefficients.
plot()
for parameters::model_parameters()
now also create forest plots for meta-analysis.
plot()
for bayestestR::bayesfactor_parameters()
only plots facets when necessary.
plot()
for performance::check_outliers()
now also plot multiple methods in one plot.
- Following
plot()
methods get a n_columns
-argument, so model components like random effects or a zero-inflation component can be plotted in a multi-column layout: bayestestR::p_direction()
, bayestestR::hdi()
, bayestestR::rope()
, bayestestR::equivalence_test()
, parameters::model_parameter()
, parameters::parameters_simulate()
- Following
plot()
methods get priors
and priors_alpha
arguments, to add a layer with prior samples to the plot: bayestestR::p_direction()
, bayestestR::estimate_density()
, bayestestR::point_estimate()
see 0.2.1
General
- More comprehensive examples available from the package-website.
- Added new color-palettes.
New plot-functions
- Added plot-function for
parameters::model_parameters()
.
- Added plot-function for
bayestestR::point_estimate()
.
Changes to functions
- The
plot()
-method for bayestestR::bayesfactor_savagedickey()
gets a rope_color
and a rope_alpha
-argument to plot the “null”-interval, when the null-hypothesis is a region of practical equivalence, and not just the point-null.
- The
plot()
-method for performance::binned_residuals()
now also allows to modify size and colors of geoms (related arguments are in performance::binned_residuals()
).
Bug fixes
- Fixed issue with dark themes and text color in facet headings.
see 0.2.0
General
geom_point2()
now accepts size
-aesthetics when mapped to data.
- Themes now get a
base_size
and base_family
argument, in line with ggplot themes, to set the default size and family for plots.
plot()
-methods now work for bayestestR functions that work on emmGrid
-objects (created from pairwise comparison with package emmeans).
New themes
theme_lucid()
, a light and clear theme.
New plot-functions
- Added plot-function for
performance::check_model()
.
- Added plot-function for
performance::check_normality()
.
- Added plot-function for
performance::check_heteroscedasticity()
.
- Added plot-function for
performance::check_outliers()
.
- Added plot-function for
performance::check_distribution()
.
- Added plot-function for
performance::check_collinearity()
.
- Added plot-function for
performance::check_homogeneity()
.
New geoms
geom_poolpoint()
and geom_pooljitter()
to draw pool ball points (points labelled with the observation name).
Bug fixes
- Fixed issues with color codes in the flat-ui palette.