MCPAN (version 1.1-21)

summary.poly3est: Detailed print out for poly3est

Description

Summary statistics for long-term carcinogenicity data, including poly-3-estimates. For internal use.

Usage

# S3 method for poly3est
summary(object, ...)

Arguments

object

An object of class "poly3est", as can be obtained by poly3est

further argument for the print out, as e.g. digits for rounding

Value

A print out.

Details

For internal use.

Examples

Run this code
# NOT RUN {
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)

# }

Run the code above in your browser using DataCamp Workspace