Published October 4, 2021
| Version v0.5.0
Software
Open
easystats/effectsize: CRAN release 0.5.0
Creators
- 1. Ben-Gurion University of the Negev
- 2. Nanyang Technological University
- 3. Universitätsklinikum Hamburg-Eppendorf
- 4. esqLABS
- 5. @actions
- 6. UIUC
Description
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!
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
alternative
argument 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.
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 wheny
is a grouping character vector.effectsize()
for Chi-squared test of goodness-of-fit now correctly respects non-uniform expected probabilities ( #352 ).
interpret_bf()
now acceptslog(BF)
as input.
Files
easystats/effectsize-v0.5.0.zip
Files
(772.3 kB)
Name | Size | Download all |
---|---|---|
md5:e04469ada44a07dd9523ae0378451464
|
772.3 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/easystats/effectsize/tree/v0.5.0 (URL)