toTidy {PMCMRplus}R Documentation

Convert a PMCMR or osrt Object to a Data.Frame

Description

The functions converts a list object of class "PMCMR" or "osrt" into a data.frame.

Usage

toTidy(mod, ...)

Arguments

mod

an object of class "PMCMR", "trendPMCMR" or "osrt".

...

further arguments. Currently ignored.

Value

A data.frame.

Author(s)

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

Examples

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


[Package PMCMRplus version 1.9.10 Index]