Description Usage Arguments Value Examples
View source: R/model_functions.R
Create the transition matrix
1 | transition_matrix(no_states, tmat, list_prob, name_states = NULL)
|
no_states |
number of the health states |
tmat |
A transition matrix in the format from thepackage 'mstate' |
list_prob |
list of probabilities as in the order of transitions (row wise) |
name_states |
names of the health states |
value of the transition matrix
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.