Description Usage Arguments Value Examples
This function estimate number infected in each country for a given data set under our model assumption.
1 | infectfunc(data, x)
|
data |
A (active confirmed), R(Recovered confirmed), D(Confirmed Deceased) |
x |
six initial states |
a sequence of estimating values of delta
1 2 3 4 5 6 7 | ## Not run:
library(CONETTravel)
data = datas_3travel[[1]][,3:5]
x = c(9999620, 250,130,0,0,0)
infectfunc(data, x)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.