Releases: IndrajeetPatil/statsExpressions
statsExpressions 0.4.2
MINOR CHANGES
-
Thanks to Sarah, the package has a hexsticker. :)
-
Confidence intervals for Spearman's rho are computed using
correlation
instead ofrcompanion. -
All relevant functions get rid of
messagesargument as the functions no
longer print a message when bootstrapped CIs are used. -
The effect size measure for paired robust t-test is now changed to robust
(trimmed-Winsorized) standardized difference similar to Cohen's d.
statsExpressions 0.4.1
statsExpressions 0.4.0
BREAKING CHANGES
-
Removes the experimental
corr_objectsfunction. -
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_parametrichelper function in favor of
relying functions fromeffectsize, which is now added as a dependency.
Similarly,{statsExpressions}now relies oneffectsizeto 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
correlationpackage, 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_objectsto 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_templatefunction now expects two dataframes:dataandeffsize.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
MCMCpackfromDepends. -
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
rcompaniondependency. -
Minor code refactoring.