I have been reading this paper on how to analyze linear relationships using a repeated measure ANOVA: Article Estimating linear effects in ANOVA designs: The easy way

.

I was wondering though once you establish a linear relationship across your categorical variables (A, B, C, D) how can you check if the difference across conditions A vs. B vs. C vs. D is also significant?

I have been using pairwise t-tests (A vs. B; B vs. C; C vs. D), but is there a better test to look at this?

Just for completeness, I have been using "ols" from "statsmodels" to check for the linear relationship, and "pairwise_ttests" from "pingouin" to run post-hoc tests in Python.

More Giorgio Papitto's questions See All
Similar questions and discussions