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