computeCohen_d(x1, x2, varargin)

Compute Cohen's d effect size
2.9K 次下载
更新时间 2017/5/15

查看许可证

call: d = computeCohen_d(x1, x2, varargin)

EFFECT SIZE of the difference between the two
means of two samples, x1 and x2 (that are vectors),
computed as "Cohen's d".

If x1 and x2 can be either two independent or paired
samples, and should be treated accordingly:

d = computeCohen_d(x1, x2, 'independent'); [default]
d = computeCohen_d(x1, x2, 'paired');

Note: according to Cohen and Sawilowsky:

d = 0.01 --> very small effect size
d = 0.20 --> small effect size
d = 0.50 --> medium effect size
d = 0.80 --> large effect size
d = 1.20 --> very large effect size
d = 2.00 --> huge effect size

引用格式

Ruggero G. Bettinardi (2024). computeCohen_d(x1, x2, varargin) (https://www.mathworks.com/matlabcentral/fileexchange/62957-computecohen_d-x1-x2-varargin), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2009a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Variables 的更多信息
标签 添加标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0