toTidy function

Convert a PMCMR or osrt Object to a Data.Frame

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, ...)

Arguments

  • mod: an object of class "PMCMR", "trendPMCMR" or "osrt".
  • ``: further arguments. Currently ignored.

Returns

A data.frame.

Examples

res <- tukeyTest(weight ~ Diet, data = ChickWeight, subset = Time == 21) toTidy(res)

Author(s)

Indrajeet Patil (via email, 2020-1022), modified by Thorsten Pohlert

  • Maintainer: Thorsten Pohlert
  • License: GPL (>= 3)
  • Last published: 2024-09-08

Useful links