> what is the reason why the anova() method for coxph objects does not
work when robust standard errors have been requested, e.g.,
A robust variance estimate is normally used in situations where the
model may be mis-specified, e.g., multiple events per subject.
In this case a comparison of partia
Hi all,
what is the reason why the anova() method for coxph objects does not work when
robust standard errors have been requested, e.g.,
fit <- coxph(Surv(futime, fustat) ~ resid.ds *rx + ecog.ps, data = ovarian,
robust = T)
anova(fit)
any pointers will be much appreciated.
Sincerely,
Mura
2 matches
Mail list logo