Last chance! 50% off unlimited learning
Sale ends in
data(nwtco)
data(nwtco)
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