showObj {cg} | R Documentation |
Show raw form of an object from the cg package
Description
Show the raw form of an object from the cg package.
Usage
showObj(object)
Arguments
object |
An object created by the cg package. |
Details
The object raw form is shown using showDefault
. The name
showObj
is designed for use when the conventional show
name is an alias for print
in the cg package.
Value
A method-specific fit
object is returned.
See the specific methods for discussion of return values.
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
cgOneFactorFit
, cgPairedDifferenceFit
, 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)
showObj(canine.fit)
[Package cg version 1.0-3 Index]