statsmodels.stats.meta_分析.CombineResults.test_同质性¶
- CombineResults.test_homogeneity()[source]¶
测试所有样本的均值是否相同
目前没有选项,测试使用卡方分布 默认值可能会根据use_t改变
- Returns:¶
- res
HolderTupleinstance 结果包括以下属性:
- statisticfloat
检验统计量,
q在元分析中,这是固定效应模型的 pearson_chi2 统计量。
- pvaluefloat
基于卡方分布的P值。
- dffloat
自由度,等于研究或样本数量减去1。
- res
Last update:
Oct 16, 2024