View source: R/transitionParameters.R
exponential_transition | R Documentation |
This creates a list with class TransitionParameters
containing
hazards, time intervals and Weibull rates for exponential event times
in an illness-death model.
exponential_transition(h01 = 1, h02 = 1, h12 = 1)
h01 |
(positive |
h02 |
(positive |
h12 |
(positive |
List with elements hazards
, intervals
, weibull_rates
and family
(exponential).
exponential_transition(1, 1.6, 0.3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.