Skip to contents

Nomogram for cureit objects

Usage

nomogram(x, survival = TRUE, cure = TRUE, time = NULL, angle = 0, ...)

Arguments

x

cureit object

survival

Logical indicating whether or not to output the nomogram based on the survival submodel. Defaults to TRUE.

cure

Logical indicating whether or not to output the nomogram based on the cured probability submodel. Defaults to TRUE.

time

Numeric vector of times to obtain survival probability estimates at

angle

angle of text labels

...

Additional arguments passed to other methods.

Value

a tibble

See also

Examples

c <- cureit(surv_formula = Surv(ttdeath, death) ~ age + grade, 
cure_formula = ~ age + grade,  data = trial)
#> Warning: 0 of 100 did not converge.

nomogram(x = c,time=300)