transprob {denim} | R Documentation |
Transition probability
Description
A fixed percentage of the left compartment transit to the right compartment at every time step
Usage
transprob(x)
Arguments
x |
a float number between 0 to 1 |
Value
a Distribution object for simulator
Examples
transitions <- list("S->I"=transprob(0.8))
[Package denim version 1.0.0 Index]