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

相关推荐
2zcode14 小时前
免费开源项目文档:基于MATLAB图像处理的啤酒瓶口缺陷检测系统设计与实现
开发语言·图像处理·matlab
gihigo199818 小时前
FastSLAM2.0(精度优于1.0)MATLAB 实现
开发语言·matlab
foundbug99919 小时前
Polar Code 编解码 MATLAB 实现
开发语言·算法·matlab
2zcode21 小时前
基于MATLAB图像处理的啤酒瓶口缺陷检测系统设计与实现
开发语言·图像处理·matlab
2zcode1 天前
基于MATLAB图像处理的水果识别与分类系统设计与实现
图像处理·matlab·分类
matlab代码2 天前
基于matlab人脸疲劳驾驶检测系统(可使用其它人脸视频)【源码39期】
开发语言·matlab·人脸疲劳检测
matlab代码2 天前
基于matlab人脸门禁识别系统(可增加其它人脸图像)源码40期】
开发语言·matlab·人脸识别·人脸门禁
民乐团扒谱机2 天前
【微实验】从迷雾中看清世界:卡尔曼滤波的数学诗意与MATLAB实践
人工智能·算法·matlab·卡尔曼滤波·kalman
2zcode2 天前
基于MATLAB图像处理的细胞检测与计数分析系统设计与实现
图像处理·人工智能·matlab
2zcode2 天前
免费开源项目文档:基于MATLAB图像处理的水果识别与品质分级系统设计与实现
图像处理·计算机视觉·matlab