View source: R/survival_operations.R
add_hazards | R Documentation |
Get a survival distribution reflecting the independent hazards from two or more survival distributions.
add_hazards(...)
add_hazards_(dots)
... |
Survival distributions to be used in the projection. |
dots |
Used to work around non-standard evaluation. |
A surv_add_haz
object.
dist1 <- define_surv_dist(distribution = "exp", rate = .125)
dist2 <- define_surv_dist(distribution = "weibull", shape = 1.2, scale = 50)
combined_dist <- add_hazards(dist1, dist2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.