exponential_transition {simIDM} | R Documentation |
Transition Hazards for Exponential Event Times
Description
This creates a list with class TransitionParameters
containing
hazards, time intervals and Weibull rates for exponential event times
in an illness-death model.
Usage
exponential_transition(h01 = 1, h02 = 1, h12 = 1)
Arguments
h01 |
(positive |
h02 |
(positive |
h12 |
(positive |
Value
List with elements hazards
, intervals
, weibull_rates
and family
(exponential).
Examples
exponential_transition(1, 1.6, 0.3)
[Package simIDM version 0.1.0 Index]