Skip to contents

Helper Function for Computing E(PFS^2)

Usage

expvalPFSInteg(x, transition)

Arguments

x

(numeric)
variable of integration.

transition

(TransitionParameters)
see exponential_transition(), weibull_transition() or piecewise_exponential() for details.

Value

Numeric results of the integrand used to calculate E(PFS^2).

Examples

transition <- exponential_transition(h01 = 1.2, h02 = 1.5, h12 = 1.6)
expvalPFSInteg(0.4, transition)
#> [1] 0.1358382