show.cgOneFactorComparisonsTable {cg}R Documentation

Show a One Factor Comparisons Table object from the cg package

Description

Show a cgOneFactorComparisonsTable object, which contains information of comparisons based on a fit in a cgOneFactorFit object.

Usage

## S4 method for signature 'cgOneFactorComparisonsTable'
show(object)

Arguments

object

A cgOneFactorComparisonsTable object, typically created by
comparisonsTable.cgOneFactorFit.

Details

The object is shown using showDefault. See cgOneFactorComparisonsTable for details of the object slots.

Value

show.cgOneFactorComparisonsTable returns invisible. The main purpose is the side effect of printing the whole object to the current output connection, which is typically the console.

Note

Contact cg@billpikounis.net for bug reports, questions, concerns, and comments.

Author(s)

Bill Pikounis [aut, cre, cph], John Oleynick [aut], Eva Ye [ctb]

See Also

cgOneFactorComparisonsTable, showDefault

Examples

data(canine)
canine.data <- prepareCGOneFactorData(canine, format="groupcolumns",
                                      analysisname="Canine",
                                      endptname="Prostate Volume",
                                      endptunits=expression(plain(cm)^3),
                                      digits=1, logscale=TRUE, refgrp="CC")
canine.fit <- fit(canine.data)
show(comparisonsTable(canine.fit, display="none"))

[Package cg version 1.0-3 Index]