Learn R Programming

heemod (version 0.9.1)

apply_af: Apply an Acceleration Factor

Description

Proportionally increase or reduce the time to event of a survival distribution.

Usage

apply_af(dist, af, log_af = FALSE)

Arguments

dist
A survival distribution.
af
An acceleration factor to be applied.
log_af
If TRUE, the accleration factor is exponentiated before being applied.

Value

A surv_aft object.

Examples

Run this code

dist1 <- define_survival(distribution = "exp", rate = .25)
aft_dist <- apply_af(dist1, 1.5)

Run the code above in your browser using DataLab