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 |
... |
further argument for the print out, as e.g. |
For internal use.
A print out.
Frank Schaarschmidt
data(methyl)
head(methyl)
estk3<-poly3estf(time=methyl$death, status=methyl$tumour, f=methyl$group)
summary(estk3)
estk5<-poly3estf(time=methyl$death, status=methyl$tumour, f=methyl$group, k=5)
summary(estk5)