All Projects → hhentschke → measures-of-effect-size-toolbox

hhentschke / measures-of-effect-size-toolbox

Licence: other
Collection of Matlab functions for the computation of measures of effect size

Programming Languages

matlab
3953 projects

Projects that are alternatives of or similar to measures-of-effect-size-toolbox

ml-stat-util
Statistical functions based on bootstrapping for computing confidence intervals and p-values comparing machine learning models and human readers
Stars: ✭ 40 (+60%)
Mutual labels:  confidence-intervals
MachineLearning
Machine learning for beginner(Data Science enthusiast)
Stars: ✭ 104 (+316%)
Mutual labels:  anova
cvAUC
Computationally efficient confidence intervals for cross-validated AUC estimates in R
Stars: ✭ 22 (-12%)
Mutual labels:  confidence-intervals
anova.py
Python 3.6+ module to interface with the Anova 👨🏽‍🍳 Sous-vide cooker ⏱️ private API.
Stars: ✭ 49 (+96%)
Mutual labels:  anova
scimple
➖➖➖🔶➖➖ Tidy Simultaneous Confidence Intervals for Multinomial Proportions
Stars: ✭ 12 (-52%)
Mutual labels:  confidence-intervals
wilson-score-interval
Wilson score interval implemented in javascript
Stars: ✭ 29 (+16%)
Mutual labels:  confidence-intervals
Eelbrain
eelbrain.readthedocs.io
Stars: ✭ 38 (+52%)
Mutual labels:  anova
bruceR
📦 BRoadly Useful Convenient and Efficient R functions that BRing Users Concise and Elegant R data analyses.
Stars: ✭ 110 (+340%)
Mutual labels:  anova
MAVIS
MAVIS: Meta Analysis via Shiny
Stars: ✭ 32 (+28%)
Mutual labels:  effect-size

Measures of Effect Size (MES) Toolbox

screenshot

The Measures of Effect Size (MES) Toolbox is a set of Matlab functions which compute a wide range of effect size statistics. The four main toolbox functions cover common analysis designs, including two-sample-, oneway- and twoway- data sets as well as categorical data (tables). Data may be repeated-measures (within-subjects).
MES for contrasts can be computed. Confidence intervals are generated for the large majority of MES, either via bootstrapping or by analytical computation, in part via noncentral t, Chi square or F distributions.
Effect size statistics are complemented by t/Chi square/F statistics and/or full ANOVA tables, which are also provided as output variables. The toolbox was developed by Harald Hentschke (University Hospital Tübingen) and Maik Stüttgen (University Medical Center Mainz) and is accompanied by a paper (Hentschke and Stüttgen, Eur J Neurosci 34:1887-1894, 2011).

Among the ESM available are:

  • Hedges’s g

  • Glass’s delta

  • requivalent (point-biserial correlation)

  • common language effect size

  • Cohen’s U1

  • Cohen’s U3

  • area under the receiver-operating characteristic (AUROC) / Cliff's delta

  • right/left tail ratio

  • rank-biserial correlation

  • standardized mean differences for contrasts

  • eta squared

  • partial eta squared

  • omega squared

  • partial omega squared

  • risk difference

  • risk ratio

  • odds ratio

  • phi

  • sensitivity

  • specificity

  • positive predictive value

  • negative predictive value

  • binomial effect size display

  • Cramer’s V

For more details please see the documentation in /doc (Documentation_MESToolbox.pdf, VersionHistory_MESToolbox.pdf).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].