Tag

multiple comparison

0 views collected around this technical thread.

Model Perspective
Model Perspective
Dec 1, 2022 · Fundamentals

Mastering One‑Way and Multi‑Factor ANOVA in R: From Theory to Code

This article explains the principles of one‑way, two‑way and multi‑factor ANOVA, demonstrates how to perform them in R using aov(), lm() and anova(), and shows post‑hoc comparisons with TukeyHSD as well as correlation testing with cor() and cor.test().

ANOVARTukey test
0 likes · 10 min read
Mastering One‑Way and Multi‑Factor ANOVA in R: From Theory to Code