summary.poly3est {MCPAN} | R Documentation |
Summary statistics for long-term carcinogenicity data, including poly-3-estimates. For internal use.
## S3 method for class 'poly3est': summary(object, ...)
object |
An object of class "poly3est", as can be obtained by poly3est |
... |
further argument for the print out, as e.g. digits for rounding |
For internal use.
A print out.
Frank Schaarschmidt
data(methyl) head(methyl) ests<-poly3estf(time=methyl$death, status=methyl$tumour, f=methyl$group) summary(ests)