Learn R Programming

cg (version 1.0-3)

show.cgOneFactorDownweightedTable: Show a One Factor Downweighted Table object from the cg package

Description

Show a cgOneFactorDownweightedTable object, which contains information of downweighted observations in a resistant & robust fit from a cgOneFactorFit object.

Usage

"show"(object)

Arguments

object
A cgOneFactorDownweightedTable object, typically created by downweightedTable.cgOneFactorFit.

Value

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

Details

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

See Also

cgOneFactorDownweightedTable, 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)
show(downweightedTable(canine.fit, cutoffwt=0.95, display="none"))

Run the code above in your browser using DataLab