expvalPFSInteg {simIDM} | R Documentation |
Helper Function for Computing E(PFS^2)
Description
Helper Function for Computing E(PFS^2)
Usage
expvalPFSInteg(x, transition)
Arguments
x |
( |
transition |
( |
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)
[Package simIDM version 0.1.0 Index]