package emmeans

I was trying to see post hoc pairwise comparison using emmeans package. My code was
emmeans(model1, list(pairwise~Time), adjust = "tukey")

But Rstudio showing me this message:
Error in missDataFun(data) : argument "ex" is missing, with no default

Can anyone tell me what does that mean and how to fix it?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.