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