Learn R Programming

cg (version 1.0-3)

showObj: 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.

Value

A method-specific fit object is returned. See the specific methods for discussion of return values.

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.

See Also

cgOneFactorFit, cgPairedDifferenceFit, showDefault

Examples

Run this code
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)

Run the code above in your browser using DataLab