Learn R Programming

PMCMRplus (version 1.9.12)

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

Value

A data.frame.

Arguments

mod

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

...

further arguments. Currently ignored.

Author

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

Examples

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

Run the code above in your browser using DataLab