I'm having trouble exporting my TukeyHSD results so that they are separated in cells when I open the results up in something like Excel. I tried using write.csv() but it says:
cannot coerce class "c("TukeyHSD", "multicomp")" to a data.frame
How can I capture my TukeyUSD results in a way that I can just copy and paste them into an Excel sheet?
?TukeyHSD
. – Carolinian