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 "PMCMR"
, "trendPMCMR"
or "osrt"
.A data.frame.
res <- tukeyTest(weight ~ Diet, data = ChickWeight, subset = Time == 21) toTidy(res)
Indrajeet Patil (via email, 2020-1022), modified by Thorsten Pohlert
Useful links