中文

使用R公式在存在高阶交互作用时检验主效应

统计方法学 2018-01-16 v2

摘要

传统方差分析(ANOVA)软件允许研究人员在存在交互作用的情况下检验主效应的显著性,而无需了解软件如何编码主效应和交互作用以实现这些检验。现在越来越多的研究人员使用更通用的回归软件(包括混合效应模型)来取代传统ANOVA软件的使用,进行此类检验通常需要更多关于如何适当参数化统计模型的知识。本文介绍了如何使用R进行此类检验,包括相关背景知识和实例。

关键词

引用

@article{arxiv.1405.2094,
  title  = {Using R formulae to test for main effects in the presence of higher-order interactions},
  author = {Roger Levy},
  journal= {arXiv preprint arXiv:1405.2094},
  year   = {2018}
}

备注

Minor update from version 1 to correct a small error in Section 3; thanks due to Kevin Tang for pointing out the error