Description Usage Arguments Details Value Note Author(s) See Also Examples
Print a cgOneFactorDownweightedTable object, as a
table of downweighted observations in a resistant & robust fit from a
cgOneFactorFit object.
1 2 |
x |
An object of class |
digits |
The number of decimal places to use in the output. If |
title |
The title printed out with the p-value.
If |
endptname |
The endpoint name, printed out with the p-value.
If |
... |
Additional arguments. None are currently defined for this method. |
The object is printed using a mix of cat and print
calls. See cgOneFactorDownweightedTable
for details of the contents and other object slots.
print.cgOneFactorDownweightedTable returns
invisible. The main purpose is the side
effect of printing to the current output connection, which is
typically the console. If any observations meet the cutoff criteria, a
table is displayed.
If no observations meet the cutoff criteria, a text message of table emptiness is displayed instead.
Contact cg@billpikounis.net for bug reports, questions, concerns, and comments.
Bill Pikounis [aut, cre, cph], John Oleynick [aut], Eva Ye [ctb]
1 2 3 4 5 6 7 8 9 10 11 12 | 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)
canine.dwtable <- downweightedTable(canine.fit, cutoff=0.95)
downweightedTable(canine.fit, cutoff=0.75) ## No observation
## downweighted at least 25%
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.