Covid19RR-package: Covid19RR: Estimation of Reproduction Rates for the COVID-19...

Description Author(s) Examples

Description

Implementation of a model used by the expert modelling group for use by SSI and others.

Author(s)

Maintainer: Matt Denwood md@sund.ku.dk

Authors:

Examples

 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)

ku-awdc/Covid19RR documentation built on Feb. 2, 2021, 12:49 p.m.