I have data with Treated and Control and three time-groups within each.
I want to compare across the time-groups for Treated vs Control.
How do I set up my desing matrix?
groupTC = c("C","C","C","C","C","C","T","T","T")
groupTC_Time = c("Early","Early","Mid,"Mid","Late,"Late","Early","Early","Mid,"Mid","Late,"Late",)
I want to compare Early vs Late and Early vs Mid for Treated vs Control?.