Proportionally increase or reduce the odds of an event of a survival distribution.
Examples
dist1 <- define_surv_dist(distribution = "exp", rate = .25)
po_dist <- apply_or(dist1, 1.2)
Proportionally increase or reduce the odds of an event of a survival distribution.
dist1 <- define_surv_dist(distribution = "exp", rate = .25)
po_dist <- apply_or(dist1, 1.2)