powered by
The functions converts a list object of class "PMCMR" or "osrt" into a data.frame.
"PMCMR"
"osrt"
toTidy(mod, ...)
an object of class "PMCMR", "trendPMCMR" or "osrt".
"trendPMCMR"
further arguments. Currently ignored.
A data.frame.
# NOT RUN { res <- tukeyTest(weight ~ Diet, data = ChickWeight, subset = Time == 21) toTidy(res) # }
Run the code above in your browser using DataLab