powered by
add_hazards(...)add_hazards_(dots)
add_hazards_(dots)
surv_add_haz
dist1 <- define_survival(distribution = "exp", rate = .125) dist2 <- define_survival(distribution = "weibull", shape = 1.2, scale = 50) combined_dist <- add_hazards(dist1, dist2)
Run the code above in your browser using DataLab