I want to make a table from the means and contrasts from the emmeans() function in R. Is there an easy way to do this?
Asked
Active
Viewed 1,740 times
1 Answers
-1
Use as.data.frame()
and then whatever else you want to put it in the form you want. There is also an xtable
method that preserves the annotations. It’s all documented.

Russ Lenth
- 5,922
- 2
- 13
- 21