sim.cb {epimdr} | R Documentation |
Function to simulate the chain-binomial model
Description
Function to simulate the chain-binomial model
Usage
sim.cb(S0, beta)
Arguments
S0 |
a scalar with value for S0 |
beta |
a scalar with value for beta |
Value
A data-frame with time series of susceptibles and infecteds
Examples
sim=sim.cb(S0=6500, beta=23)
[Package epimdr version 0.6-5 Index]