Skip to contents

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))