nomogram | R Documentation |
Nomogram for cureit objects
nomogram(x, survival = TRUE, cure = TRUE, time = NULL, angle = 0, ...)
x |
cureit object |
survival |
Logical indicating whether or not to output the nomogram
based on the survival submodel. Defaults to |
cure |
Logical indicating whether or not to output the nomogram
based on the cured probability submodel. Defaults to |
time |
Numeric vector of times to obtain survival probability estimates at |
angle |
angle of text labels |
... |
Additional arguments passed to other methods. |
a tibble
Other cureit() functions:
Brier_inference_bootstrap()
,
broom_methods_cureit
,
cureit()
,
predict.cureit()
c <- cureit(surv_formula = Surv(ttdeath, death) ~ age + grade,
cure_formula = ~ age + grade, data = trial)
nomogram(x = c,time=300)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.