Description Author(s) Examples
Implementation of a model used by the expert modelling group for use by SSI and others.
Maintainer: Matt Denwood md@sund.ku.dk
Authors:
Uffe Thygesen uhth@dtu.dk
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | ## Using the interface:
dat <- download_data()
mod <- estimate_cv19rr(dat, silent=TRUE)
plot(mod)
# Or with non-default parameters or fix:
mod <- estimate_cv19rr(dat, parameters=list(beta=0.7))
plot(mod)
mod <- estimate_cv19rr(dat, fix=c(beta=0.7))
plot(mod)
# Or to launch the shiny whatsit:
## Not run:
launch_shiny("RRest")
## End(Not run)
# Or to read the vignette:
## Not run:
vignette("Covid19RR")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.