Proportionally increase or reduce the time to event of a survival distribution.
Examples
dist1 <- define_surv_dist(distribution = "exp", rate = .25)
aft_dist <- apply_af(dist1, 1.5)
Proportionally increase or reduce the time to event of a survival distribution.
dist1 <- define_surv_dist(distribution = "exp", rate = .25)
aft_dist <- apply_af(dist1, 1.5)