get_counts_diff {heemod} | R Documentation |
Get count matrix and difference between two cycles
get_counts_diff(x, init, inflow)
x |
transition matrix |
init |
numeric vector, same length as number of model states. Number of individuals in each model state at the beginning. |
inflow |
numeric vector, similar to |
A length 2 list of matrix : the count matrix for each cycle and the diff matrix showing the difference of counts between two cycles.