MES(The Measures of Effect Size )工具箱的使用

MES(The Measures of Effect Size )效应量计算工具的使用

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.

mes 中计算ROC的使用方法

matlab 复制代码
mes(rt_post(group==0),rt_post(group==1), 'auroc','nBoot',10000,'ROCtBoot',1) 

函数参数说明:

group 0 :对照组

group 1:实验组

auroc:方法名

nBoot:Bootstrap 的次数

函数使用时对照组的标签应该设置为0,实验组的标签设置为1,对于哪一组的标签是正类会最终影响到计算结果。计算输出stats中包含auc的值,置信区间的上界和下界值可以作为统计分析的结果,表示两者之间的差异有多大。神经科学的分析中长用到这一方法。对于是否有显著性,临床中按照下限不包含在AUC0.5的区间则说明两者之间存在显著性

论文示例:

Aperiodic and Periodic Alpha Parameters of the Electroencephalogram during Emergence from General Anesthesia: Results from a Prospective Observational Cohort Study

相关推荐
machnerrn4 小时前
matlab实现直流伺服电机 PID 控制系统仿真系统(含源码+资料报告+说明文档等)
开发语言·matlab
破阵子443286 小时前
MATLAB 下载安装教程
matlab
Gofarlic_oms110 小时前
制定企业Citrix虚拟化软件资产管理政策框架
运维·服务器·开发语言·matlab·负载均衡
小文数模11 小时前
2026 年MathorCup(妈妈杯)数学建模竞赛C完整参考论文(第一版)
c语言·数学建模·matlab
Evand J11 小时前
MATLAB绘图教程:figure命令的高级用法,标题、名称、窗口位置和大小等
matlab·编程·教程·绘图·窗口·figure·matlab绘图
南宫萧幕11 小时前
奈奎斯特判据 + MATLAB建模实现 + 车辆纵向动力学 详细推导笔记
笔记·matlab·simulink
happy_baymax12 小时前
Simulink 端口自动生成工具 (v2.1)(EXCEL+m语言)
服务器·matlab·excel·simulink
Aaron15881 天前
RFSOC+VU13P+RK3588的核心优势与应用场景分析
嵌入式硬件·算法·matlab·fpga开发·信息与通信·信号处理·基带工程
代码改善世界1 天前
【MATLAB初阶】矩阵操作(一)
开发语言·matlab·矩阵
Chen--Xing1 天前
密码杂凑函数 -- 生日攻击
概率论·hash·生日攻击·crypto·杂凑函数