toTidy | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.