getValidSEIR {stochasticGEM} | R Documentation |
getValidSEIR
is used to fit the standard SIR general epidemic model. This is an internal
function which can also be called directly by the user.
getValidSEIR(N,removalTimes,fLatent=NULL)
N |
initial susceptible individuals |
removalTimes |
removal times |
fLatent |
some assumed value of the latency duration |
This is a simple and likely to be in-efficient way of getting valid SEIR starting infection and 'end of latency' times. It uses the maximum interremoval time and the assumed latency duration.
Eugene Zwane e.zwane@gmail.com
data(smallpox) getValidSEIR(119, smallpox, 10)