# 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 DataLab