get_counts_diff {heemod} | R Documentation |
Get count matrix and difference between two cycles
Description
Get count matrix and difference between two cycles
Usage
get_counts_diff(x, init, inflow)
Arguments
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 |
Value
A length 2 list of matrix : the count matrix for each cycle and the diff matrix showing the difference of counts between two cycles.
[Package heemod version 1.1.0 Index]