Proportional reduce or increase the hazard rate of a distribution.
Examples
dist1 <- define_surv_dist(distribution = "exp", rate = .25)
ph_dist <- apply_hr(dist1, 0.5)
Proportional reduce or increase the hazard rate of a distribution.
dist1 <- define_surv_dist(distribution = "exp", rate = .25)
ph_dist <- apply_hr(dist1, 0.5)