sim.cb {epimdr} | R Documentation |
Function to simulate the chain-binomial model
sim.cb(S0, beta)
S0 |
a scalar with value for S0 |
beta |
a scalar with value for beta |
A data-frame with time series of susceptibles and infecteds
sim=sim.cb(S0=6500, beta=23)