Learn R Programming

survival (version 2.38-3)

nwtco: Data from the National Wilm's Tumor Study

Description

Missing data/masurement error example. Tumor histology predicts survival, but prediction is stronger with central lab histology than with the local institution determination.

Usage

nwtco

Arguments

source

http://faculty.washington.edu/norm/software.html

References

NE Breslow and N Chatterjee (1999), Design and analysis of two-phase studies with binary outcome applied to Wilms tumour prognosis. Applied Statistics 48, 457--68.

Examples

Run this code
with(nwtco, table(instit,histol))
anova(coxph(Surv(edrel,rel)~histol+instit,data=nwtco))
anova(coxph(Surv(edrel,rel)~instit+histol,data=nwtco))

Run the code above in your browser using DataLab