powered by
Quantile function for OS survival function induced by an illness-death model
ExpQuantOS(q = 1/2, h01, h02, h12)
This returns the time(s) t such that the OS survival function at t equals q.
(numeric) quantile(s) at which to compute event time (q = 1 / 2 corresponds to median).
numeric
(numeric vector) constant transition hazards for 0 to 1 transition.
numeric vector
(numeric vector) constant transition hazards for 0 to 2 transition.
(numeric vector) constant transition hazards for 1 to 2 transition.
ExpQuantOS(1 / 2, 0.2, 0.5, 2.1)
Run the code above in your browser using DataLab