Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这看起来很简单——我很可能没有想到正确的条款。
我有两组。它们显示了小组和预测试分数之间的相关性。
在查看组和后测之间的相关性时,我想控制前测分数之间的初始差异。
我如何在 r 中执行此操作?
model <- lm(post ~ pre + grp, data=dat)
这确实是重复测量设计的最简单案例,并且在过去一年中产生了大量的统计评论和意见。我确实尝试找到较早的 SO 帖子,但两次尝试均未成功,因此仅发布了答案。您可能需要访问 stats.stackexchange.com 并使用回归或 ANOVA 搜索 pre-post。