Releases: IndrajeetPatil/statsExpressions
statsExpressions 0.4.0
BREAKING CHANGES
-
Removes the experimental
corr_objects
function. -
All Bayes Factor related functions have now moved to the new
tidyBF
package and are re-exported from there.
MAJOR CHANGES
-
Minimum R version bumped to
R 3.6.0
. -
Retires the internal
effsize_t_parametric
helper function in favor of
relying functions fromeffectsize
, which is now added as a dependency.
Similarly,{statsExpressions}
now relies oneffectsize
to compute effect
sizes for ANOVA designs, instead ofsjstats
. -
For parametric t-tests and ANOVAs, confidence intervals for effect sizes
are estimated using the noncentrality parameter method. Centrality-based
methods are deprecated. -
Correlation analysis is carried out using
correlation
package, which is
now added as a dependency.
MINOR CHANGES
- All expressions now contain name of the statistical test carried out.
statsExpressions 0.3.1
MAJOR CHANGES
- Adds a new function
corr_objects
to reduce dependency load of
ggstatsplot
. This is an experimental function and should be avoided until
it stabilizes.
statsExpressions 0.3.0
NEW FEATURES
- New functions to carry out meta-analysis:
expr_meta_bayes
.
statsExpressions 0.2.1
NEW FEATURES
- New functions to carry out meta-analysis:
expr_meta_parametric
,
expr_meta_robust
,bf_meta
.
statsExpressions 0.2.0
BREAKING CHANGES
expr_template
function now expects two dataframes:data
andeffsize.df
that contain the details needed for creating expressions instead of
providing each individual values. This makes the function more friendly work
with using modeling packages likebroom
.
MINOR CHANGES
-
Minor tweaks to how widehat is displayed in some of the expressions.
-
Cramer's V is bias-corrected by default.
statsExpressions 0.1.3
MAJOR CHANGES
-
Removes
MCMCpack
fromDepends
. -
All effect size texts now contain
^
on top to signify that these are
estimates.
statsExpressions 0.1.2
MINOR CHANGES
- Maintenance release to fix additional check issues on
CRAN
.
statsExpressions 0.1.1
MINOR CHANGES
-
Fixing tests for the new release of
rcompanion
dependency. -
Minor code refactoring.
statsExpressions 0.1.0
- First release of the package.