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

相关推荐
yuan1999734 分钟前
基于 MATLAB PSO 工具箱的函数寻优算法
开发语言·算法·matlab
wearegogog1233 小时前
基于MATLAB实现雷达RCS Swerling模型
开发语言·matlab
weixin_446260854 小时前
局部相合,全局不一致:多组件大型语言模型智能体中组合不一致性的界定
人工智能·语言模型·概率论
强盛机器学习~4 小时前
2026热门方向!基于强化学习的多无人机移动边缘计算与路径规划研究(完整代码&数据)
人工智能·matlab·无人机·边缘计算·强化学习·无人机路径规划
nwsuaf_huasir6 小时前
哈工大latex模板学位论文参考文献引用方法
matlab
scx_link6 小时前
两个独立事件的联合概率
概率论
机器学习之心8 小时前
BiLSTM-BP加权组合模型回归预测:MATLAB实现与三模型对比分析
matlab·回归·bilstm-bp
2401_876964131 天前
27考研余炳森概率论|喻老李良2027资料网课
windows·git·考研·svn·eclipse·github·概率论
2401_876964131 天前
27考研李艳芳网课|王谱2027数学讲义
人工智能·经验分享·深度学习·考研·算法·计算机视觉·概率论
吃好睡好便好1 天前
矩阵的乘法运算
数据结构·人工智能·学习·线性代数·算法·matlab·矩阵