Learn R Programming

PMCMRplus (version 1.9.3)

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

Arguments

mod

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

further arguments. Currently ignored.

Value

A data.frame.

Examples

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

# }

Run the code above in your browser using DataLab