Releases: easystats/see
see 0.8.0
Major Changes
-
plot()forperformance::check_model()no longer produces a normal QQ plot
for GLMs. Instead, it now shows a half-normal QQ plot of the absolute value of
the standardized deviance residuals. -
plot()forperformance::check_model()and
performance::check_predictions()gains atypeargument, to either create
density plots, or discrete dots resp. interval plots for posterior predictive
checks. -
plot()forperformance::check_model()gains ann_columnargument, to
define the number of columns for the diagnostic plots (by default, two
columns). -
plot()forperformance::check_model()sometimes failed to create the plot
under certain conditions, e.g. when the screen or app windows was zoomed-in.
If an error occurs, a much more informative error message is shown, providing
several possible solutions to resolve this problem. -
plot()forparameters::equivalence_test()now aligns the labelling with
theprint()method. Hence, the legend title is no longer labelled"Decision on H0", but rather"Equivalence", to emphasize that we can assume practical
equivalence for effects, but that we cannot accept the H0 (in a frequentist
framework). -
Added some examples and cross references between docs. Furthermore, a vignette
about plotting functions for the datawizard package was added.
Bug fixes
-
Fixed issue with duplicated legend in the
plot()method for
performance::check_predictions(). -
Fixes issue in
plot.binned_residuals()for models whose residuals were
completely inside error bounds. -
plot()now works when using it on the output ofdescribe_distribution()
with aselectargument of length 1.
see 0.7.5
Changes
-
Changed the default "yellow" color in
palette_okabeito()to"#F5C710"
instead of"#F0E442"to increase visibility against a white background.
For the original Okabe-Ito palette, setpalette = "full_original"or
palette = "black_first_original". -
Deals with deprecated arguments and functions in recent
{ggplot2}updates.
see 0.7.4
Changes
-
Updates docs and tests for
{ggplot2}release (3.4.0). -
New function
scale_color_colorhex()provides color scales based on palettes
from https://www.color-hex.com (#245). -
The default for the smoothing bandwidth from
plot.check_predictions()has
changed from"nrd0"to"nrd", which seems to produce better fitting plots
for non-Gaussian models. Furthermore,performance::check_predictions()
accepts abwargument (smoothing bandwidth), which is passed down to the
plot()method's density-estimation.
Bug fixes
- Fixed issues with
plot()forcheck_outliers()for models with convergence
issues.
see 0.7.3
Changes
-
Indrajeet Patil is now the maintainer.
-
The minimum needed R version has been bumped to
3.6. -
Replaced deprecated arguments in function calls.
Bug fixes
- Fixed issues in the
plot()method frommodel_parameters()for
intercept-only models.
see 0.7.2
Changes
-
Added
aestheticsargument to allcolorandfillscale functions so that
the same scale can be applied to multiple aesthetics and so that the functions
can be used with other aesthetics from other packages (e.g.,edge_color). -
Added Okabe-Ito color palette (
palette_okabeito,scale_color_okabeito())
etc.) -
Several minor improvements.
Bug fixes
- Fixed CRAN check issues.
see 0.6.7
General
-
check_model()function now uses patchwork instead of gridExtra to
arrange plots in a grid. -
Reduced/removed some package dependencies.
-
Revise
plot()forbayestestR::bayesfactor()to meet forthcoming changes in
the bayestestR package.
New features
-
New functions
geom_from_listandgeoms_from_listto create geoms from
lists. -
Plotting for normality check is now supported for
afex_aovmodels.
Bug fixes
- Fixed issue that argument
show_interceptis no longer ignored inplot()
forrope().
see 0.5.2
on CRAN
see 0.5.1
rd
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 forbayestestR::bayesfactor_savagedickey()gets a
rope_colorand arope_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 forperformance::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.