Description Usage Arguments Details Value Examples
generate anova table for crr
1 2 |
object |
a competing risks regression model object
built from funciton |
generate anova table for competing risks regression model
anova table in matrix
1 2 3 4 5 6 7 8 9 10 | data(prostate.dat)
dd <- datadist(prostate.dat)
options(datadist = "dd")
prostate.f <- cph(Surv(TIME_EVENT,EVENT_DOD == 1) ~ TX + rcs(PSA,3) +
BX_GLSN_CAT + CLIN_STG + rcs(AGE,3) +
RACE_AA, data = prostate.dat,
x = TRUE, y= TRUE, surv=TRUE,time.inc = 144)
prostate.crr <- crr.fit(prostate.f,cencode = 0,failcode = 1)
## anova test
anova(prostate.crr)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.