Convert a PMCMR or osrt Object to a Data.Frame
The functions converts a list object of class "PMCMR"
or "osrt"
into a data.frame.
toTidy(mod, ...)
mod |
an object of class |
... |
further arguments. Currently ignored. |
A data.frame.
Indrajeet Patil (via email, 2020-1022), modified by Thorsten Pohlert
res <- tukeyTest(weight ~ Diet, data = ChickWeight, subset = Time == 21) toTidy(res)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.