I have been looking at forming adjusted means for a value in a ancova regression. I have quite a simple question: when using emmeans does it provide the adjusted means over mutiple coavariates. For instance:
model<- aov(Score ~ categoryA+B+C+D, data=Trial)
emmeans(model, c("A"))
the emmeans that are now given are they the adjusted means of Score for the categoryA adjusted for B+C+D?
Many thanks