Recent Releases of effectsize
effectsize - CRAN 1.0.0
effectsize 1.0.0
First stable release of {effectsize}! 🥳
New features
oddsratio_to_d()and related functions gain ap0argument for exact conversion between odds ratios and Cohen's d (thanks @KohlRaphael for the suggestion).interpret*()now accept (and return) matrices and arrays.
Breaking Changes
interpret_oddsratio()drops the default"chen2010"as it was used incorrectly (thanks to @KohlRaphael).- Functions that have been deprecated since September 2022 have been removed.
Scientific Software - Peer-reviewed
- R
Published by mattansb about 1 year ago
effectsize - CRAN 0.8.5
effectsize 0.8.5
New features
interpret_cfi()gains a new rule option:"hu&bentler1999"( #538 ).cohens_f()added option to return unbiased estimators (based on Omega- or Epsilon-squared).tschuprows_t()now returns an effect size corrected for small-sample bias. Setadjust = FALSEto preserve old behavior.w_to_v()and others for converting between effect sizes of Chi-square tests.arr()andnnt()for Absolute Risk Reduction or Number Needed to Treat.oddsratio_to_arr(),riskratio_to_arr(),nnt_to_arr()and their inverses.logoddsratio_to_*()and*_to_logoddsratio()have been added as convenient shortcuts foroddsratio_to_*(log = TRUE)and*_to_oddsratio(log = TRUE).- Added all missing functions to convert between (log) OR, RR, ARR, and NNT.
Changes
fei()gives a more informative error method for invalid table inputs (#566).convert_*()aliases are deprecated.
Breaking Changes
*_to_riskratio()andriskratio_to_*()argumentlognot longer converts RR to/from log(RR).interpret_gfi()and friends: some previously named"default"rules have been re-labelled as"byrne1994".
Bug fixes
riskratio()returns correct CIs (#584)d_to_r()correctly treats specifying onlyn1/n2as equal group sizes (#571)
Scientific Software - Peer-reviewed
- R
Published by mattansb over 2 years ago
effectsize - CRAN 0.8.3
effectsize 0.8.3
Changes
mahalanobis_d()now defaults to one-sided CIs.
New features
means_ratio()for computing ratios of two means for ratio-scales outcomes (thanks to @arcaldwell49!)r_to_d()family of functions gain arguments for specifying group size ( #534 )r2_semipartialfor semi-partial squared correlations of model terms / parameters.
Bug fixes
- Fixed error in
cohens_w()for 2-by-X tables. - Solved integer overflow errors in
rank_biserial()( #476 )
Scientific Software - Peer-reviewed
- R
Published by mattansb about 3 years ago
effectsize - CRAN 0.8.2
effectsize 0.8.2
Breaking Changes
omega_squared()andepsilon_squared()(andF_to_omega2()andF_to_epsilon2()) always return non-negative estimates (previously estimates were negative when the observed effect size is very small).rank_eta_squared()always returns a non-negative estimate (previously estimates were negative when the observed effect size is very small).
Scientific Software - Peer-reviewed
- R
Published by mattansb over 3 years ago
effectsize - CRAN 0.8.1
effectsize 0.8.1
Changes
- cohens_w() has an exact upper bound when used as an effect size for goodness-of-fit.
Bug fixes
- When using formula input to effect size function,
na.actionarguments are respected (#517)
Scientific Software - Peer-reviewed
- R
Published by mattansb over 3 years ago
effectsize - CRAN 0.8.0
effectsize 0.8.0
Breaking Changes
{effectsize}now requiresR >= 3.6fei(),cohens_w()andpearsons_c()always rescale thepinput to sum-to-1.- The order of some function arguments have been rearranged to be more consistent across functions:
(
phi(),cramers_v(),p_superiority(),cohens_u3(),p_overlap(),rank_biserial(),cohens_f/_squared(),chisq_to_phi(),chisq_to_cramers_v(),F/t_to_f/2(),.es_aov_*()). normalized_chi()has been renamedfei().cles,d_to_clesandrb_to_clesare deprecated in favor of their respective effect size functions.
Changes
phi()andcramers_v()(andchisq_to_phi/cramers_v()) now apply the small sample bias correction by default. To restore previous behavior, setadjust = FALSE.
New features
- Set
options(es.use_symbols = TRUE)to print proper symbols instead of transliterated effect size names. (On Windows, requiresR >= 4.2.0) effectsize()supportsfisher.test().- New datasets used in examples and vignettes - see
data(package = "effectsize"). tschuprows_t()andchisq_to_tschuprows_t()for computing Tschuprow's T - a relative of Cramer's V.mahalanobis_d()for multivariate standardized differences.- Rank based effect sizes now accept ordered (
ordered()) outcomes. rank_eta_squared()for one-way rank ANOVA.- For Common Language Effect Sizes:
wmw_odds()andrb_to_wmw_oddsfor the Wilcoxon-Mann-Whitney odds (thanks @arcaldwell49! #479).p_superiority()now supports paired and one-sample cases.vd_a()andrb_to_vda()for Vargha and Delaney's A dominance effect size (aliases forp_superiority(parametric = FALSE)andrb_to_p_superiority()).cohens_u1(),cohens_u2(),d_to_u1(), andd_to_u2()added for Cohen's U1 and U2.
Bug fixes
- Common-language effect sizes now respects
muargument for all effect sizes. mad_pooled()not returns correct value (previously was inflated by a factor of 1.4826).pearsons_c()andchisq_to_pearsons_c()lose theadjustargument which applied an irrelevant adjustment to the effect size.- Effect sizes for goodness-of-fit now work when passing a
pthat is a table.
Scientific Software - Peer-reviewed
- R
Published by mattansb over 3 years ago
effectsize - CRAN 0.7.0.5
Breaking Changes
effectsize now requires minimal R version of 3.5.
Bug fixes
cohens_d()for paired / one sample now gives more accurate CIs (was off by a factor of(N - 1) / N; #457)kendalls_w()now deals correctly with singular ties (#448).
Scientific Software - Peer-reviewed
- R
Published by mattansb over 3 years ago
effectsize -
effectsize 0.7.0
Breaking Changes
standardize_parameters(),standardize_posteriors(), &standardize_info()have been moved to theparameterspackage.standardize()(for models) has been moved to thedatawizardpackage.phi()only works for 2x2 tables.cramers_v()only works for 2D tables.
New features
normalized_chi()gives an adjusted Cohen's w for goodness of fit.cohens_w()is now a fully-fledged function for x-tables and goodness-of-fit effect size (not just an alias forphi()).- Support for
insight'sdisplay,print_mdandprint_htmlfor all{effectsize}outputs.
Bug fixes
kendalls_w()now deals with ties.eta_squared()works withcar::Manova()that does not have an i-design.
Scientific Software - Peer-reviewed
- R
Published by mattansb over 3 years ago
effectsize - CRAN release 0.6.0.1
effectsize 0.6.0.1
This is a patch release.
Bug fixes
interpret.performance_lavaan()now works without attachingeffectsize( #410 ).eta_squared()now fully support multi-variatecarANOVAs (classAnova.mlm; #406 ).
Scientific Software - Peer-reviewed
- R
Published by mattansb about 4 years ago
effectsize - CRAN release 0.6.0
effectsize 0.6.0
Breaking Changes
pearsons_c()effect size column name changed toPearsons_cfor consistency.
New features
New API
See Support functions for model extensions vignette.
Other features
eta_squared()family now supportsafex::mixed()models.cles()for estimating common language effect sizes.rb_to_cles()for converting rank-biserial correlation to Probability of superiority.
Changes
effectsize()forBayesFactorobjects returns the same standardized output as forhtest.
Bug fixes
eta_squared()for MLM return effect sizes in the correct order of the responses.eta_squared()family no longer fails when CIs fail due to non-finite Fs / degrees of freedom.standardize()for multivariate models standardizes the (multivariate) response.standardize()for models with offsets standardizes offset variables according toinclude_responseandtwo_sd( #396 ).eta_squared(): fixed a bug that causedafex_aovmodels with more than 2 within-subject factors to return incorrect effect sizes for the lower level factors ( #389 ).
Scientific Software - Peer-reviewed
- R
Published by mattansb about 4 years ago
effectsize - CRAN release 0.5.0
effectsize 0.5
Breaking Changes
cramers_v()correctly does not work with 1-dimentional tables (for goodness-of-fit tests).interpret_d(),interpret_g(), andinterpret_delta()are nowinterpret_cohens_d(),interpret_hedges_g(), andinterpret_glass_delta().interpret_parameters()was removed. Useinterpret_r()instead (with caution!).- Phi, Cohen's w, Cramer's V, ANOVA effect sizes, rank Epsilon squared, Kendall's W - CIs default to 95% one-sided CIs (
alternative = "greater"). (To restore previous behavior, setci = .9, alternative = "two.sided".) adjust(),change_scale(),normalize(),ranktransform(),standardize()(data), andunstandardize()have moved to the new{datawizard}package!
New features
pearsons_c()(andchisq_to_pearsons_c()) for estimating Pearson's contingency coefficient.interpret_vif()for interpretation of variance inflation factors.oddsratio_to_riskratio()can now convert OR coefficients to RR coefficients from a logistic GLM(M).- All effect-size functions gain an
alternativeargument which can be used to make one- or two-sided CIs. interpret()now accepts as input the results fromcohens_d(),eta_squared(),rank_biserial(), etc.interpret_pd()for the interpretation of the Probability of Direction.
Bug fixes
kendalls_w()CIs now correctly bootstrap samples from the raw data (previously the rank-transformed data was sampled from).cohens_d(),sd_pooled()andrank_biserial()now properly respect whenyis a grouping character vector.effectsize()for Chi-squared test of goodness-of-fit now correctly respects non-uniform expected probabilities ( #352 ).
Changes
interpret_bf()now acceptslog(BF)as input.
Scientific Software - Peer-reviewed
- R
Published by mattansb over 4 years ago
effectsize - CRAN release 0.4.5
effectsize 0.4.5
New features
eta_squared()family now indicate the type of sum-of-squares used.rank_biserial()estimates CIs using the normal approximation (previously used bootstrapping).hedges_g()now used exact bias correction (thanks to @mdelacre for the suggestion!)glass_delta()now estimates CIs using the NCP method based on Algina et al (2006).
Bug fixes
eta_squared()family returns correctly returns the type 2/3 effect sizes for mixed ANOVAs fit withafex.cohens_d()family now correctly deals with missing factor levels ( #318 )cohens_d()/hedges_g()minor fix for CI with unequal variances.
Changes
mad_pooled()(the robust version ofsd_pooled()) now correctly pools the the two samples.
Scientific Software - Peer-reviewed
- R
Published by mattansb over 4 years ago
effectsize - CRAN release 0.4.4-1
New features
standardize_parameters()+eta_sqaured()supporttidymodels(when that the underlying model is supported; #311 ).cohens_d()family now supportsPairs()objects as input.standardize_parameters()gains theinclude_responseargument (default toTRUE) ( #309 ).
Bug fixes
kendalls_w()now actually returns correct effect size. Previous estimates were incorrect, and based on transposing the groups and blocks.
Scientific Software - Peer-reviewed
- R
Published by mattansb almost 5 years ago
effectsize - CRAN release 0.4.4
effectsize now supports R >= 3.4.
New features
standardize_parameters()now supports bootstrapped estimates (fromparameters::bootstrap_model()andparameters::bootstrap_parameters()).unstandardize()which will reverse the effects ofstandardize().interpret_kendalls_w()to interpret Kendall's coefficient of concordance.eta_squared()family of functions can now also return effect sizes for the intercept by settinginclude_intercept = TRUE( #156 ).
Bug fixes
standardize()can now deal with dates ( #300 ).
Scientific Software - Peer-reviewed
- R
Published by mattansb almost 5 years ago
effectsize - CRAN release 0.4.3
Breaking Changes
oddsratio()andriskratio()- order of groups has been changed (the first groups is now the treatment group, and the second group is the control group), so that effect sizes are given as treatment over control (treatment / control) (previously was reversed). This is done to be consistent with other functions in R and ineffectsize.
New features
cohens_h()effect size for comparing two independent proportions.rank_biserial(),cliffs_delta(),rank_epsilon_squared()andkendalls_w()functions for effect sizes for rank-based tests.adjust()gainskeep_interceptargument to keep the intercept.eta_squared()family of functions supportsAnova.mlmobjects (from thecarpackage).effectsize():- supports Cohen's g for McNemar's test.
- Extracts OR from Fisher's Exact Test in the 2x2 case.
eta2_to_f2()/f2_to_eta2()to convert between two types of effect sizes for ANOVA ( #240 ).cohens_d()family of functions gainmuargument.
Bug fixes
adjust()properly works whenmultilevel = TRUE.cohens_d()family /sd_pooled()now properly fails when given a missing column name.
Changes
effectsize()forhtestobjects now tries first to extract the data used for testing, and computed the effect size directly on that data.cohens_d()family /sd_pooled()now respect any transformations (e.g.I(log(x) - 3) ~ factor(y)) in a passed formula.eta_squared()family of functions gains averboseargument.verboseargument more strictly respected.glass_delta()returns CIs based on the bootstrap.
Scientific Software - Peer-reviewed
- R
Published by mattansb about 5 years ago
effectsize - 0.4.1.2 (JOSS Paper)
Scientific Software - Peer-reviewed
- R
Published by mattansb about 5 years ago
effectsize - 0.4.1 on CRAN
effectsize 0.4.1
Breaking Changes
cohens_d()andglass_delta(): Thecorrectionargument has been deprecated, in favor of it being correctly implemented inhedges_g()( #222 ).eta_squared_posterior()no longer usescar::Anova()by default.
New features
effectsize()gainstype =argument for specifying which effect size to return.eta_squared_posterior()can return a generalized Eta squared.oddsratio()andriskratio()functions for 2-by-2 contingency tables.standardize()gains support formediation::mediate()models.eta_squared()family available formanovaobjects.
Changes
eta_squared()family of functions returns non-partial effect size for one-way between subjects design (#180).
Bug fixes
hedges_g()correctly implements the available bias correction methods ( #222 ).- Fixed width of CI for Cohen's d and Hedges' g when using non-pooled SD.
Scientific Software - Peer-reviewed
- R
Published by mattansb about 5 years ago
effectsize - CRAN release 0.4.0
Breaking Changes
standardize_parameters()for multi-component models (such as zero-inflated) now returns the unstandardized parameters in some cases where standardization is not possible (previously returnedNAs).- Column name changes:
eta_squared()/F_to_eta2families of function now has theEta2format, where previously wasEta_Sq.cramers_vis nowCramers_v
New features
effectsize()added support forBayesFactorobjects (Cohen's d, Cramer's v, and r).cohens_g()effect size for paired contingency tables.- Generalized Eta Squared now available via
eta_squared(generalized = ...). eta_squared(),omega_squared()andepsilon_squared()fully supportaovlist,afex_aovandmlm(ormaov) objects.standardize_parameters()can now return Odds ratios / IRRs (or any exponentiated parameter) by settingexponentiate = TRUE.- Added
cohens_f_squared()andF_to_f2()for Cohen's f-squared. cohens_f()/cohens_f_squared()can be used to estimate Cohen's f for the R-squared change between two models.standardize()andstandardize_info()work with weighted models / data ( #82 ).- Added
hardlyworking(simulated) dataset, for use in examples. interpret_*( #131 ):interpret_omega_squared()added"cohen1992"rule.interpret_p()added Redefine statistical significance rules.
oddsratio_to_riskratio()for converting OR to RR.
Changes
- CIs for Omega-/Epsilon-squared and Adjusted Phi/Cramer's V return 0s instead of negative values.
standardize()for data frames gains theremove_naargument for dealing withNAs ( #147 ).standardize()andstandardize_info()now (and by extension,standardize_parameters()) respect the weights in weighted models when standardizing ( #82 ).- Internal changes to
standardize_parameters()(reducing co-dependency withparameters) - argumentparametershas been dropped.
Bug fixes
ranktransform(sign = TURE)correctly (doesn't) deal with zeros.effectsize()forhtestworks with Spearman and Kendall correlations ( #165 ).cramers_v()andphi()now work with goodness-of-fit data ( #158 )standardize_parameters()for post-hoc correctly standardizes transformed outcome.- Setting
two_sd = TRUEinstandardize()andstandardize_parameters()(correctly) on uses 2-SDs of the predictors (and not the response). standardize_info()/standardize_parameters(method = "posthoc")work for zero-inflated models ( #135 )standardize_info(include_pseudo = TRUE)/standardize_parameters(method = "pseudo")are less sensitive in detecting between-group variation of within-group variables.interpret_oddsratio()correctly treats extremely small odds the same as treats extremely large ones.
Scientific Software - Peer-reviewed
- R
Published by mattansb over 5 years ago
effectsize - CRAN release 0.3.3
New features
standardize_parameters(method = "pseudo")returns pseudo-standardized coefficients for (G)LMM models.d_to_common_language()for common language measures of standardized differences (a-la Cohen's d).
Changes
r_to_odds()family is now deprecated in favor ofr_to_oddsratio().interpret_odds()is now deprecated in favor ofinterpret_oddsratio()
Bug fixes
phi()andcramers_v()did not respect the CI argument ( #111 ).standardize()/standardize_parameters()properly deal with transformed data in the model formula ( #113 ).odds_to_probs()was mis-treating impossible odds (NEVER TELL ME THE ODDS! #123 )
Scientific Software - Peer-reviewed
- R
Published by mattansb over 5 years ago
effectsize - CRAN release 0.3.2
New features
eta_squared_posterior()for estimating Eta Squared for Bayesian models.eta_squared(),omega_squared()andepsilon_squared()now works withols/rmsmodels.
effectsize()for classhtestsupportsoneway.test(...).
Bug fixes
- Fix minor miss-calculation of Chi-squared for 2*2 table with small samples ( #102 ).
- Fixed miss-calculation of signed rank in
ranktransform()( #87 ). - Fixed bug in
standardize()for standard objects with non-standard class-attributes (like vectors of classhaven_labelledorvctrs_vctr). - Fix
effectsize()for one samplet.test(...)( #95 ; thanks to pull request by @mutlusun )
Scientific Software - Peer-reviewed
- R
Published by mattansb over 5 years ago
effectsize - CRAN release 0.3.1
New features
standardize_parameters()now returns CIs ( #72 )eta_squared(),omega_squared()andepsilon_squared()now works withgammodels.afexmodels.lmeandanova.lmeobjects.
- New function
equivalence_test()for effect sizes. - New plotting methods in the
seepackage.
Scientific Software - Peer-reviewed
- R
Published by mattansb almost 6 years ago
effectsize - 0.2.0
Scientific Software - Peer-reviewed
- R
Published by DominiqueMakowski almost 6 years ago
effectsize - 0.0.1
Initial CRAN release
Scientific Software - Peer-reviewed
- R
Published by DominiqueMakowski over 6 years ago