uts_repronum: Reproduction number calculation

Description Usage Arguments Details Value References

View source: R/uts_corona.R

Description

Source: TU Ilmenau - GitHub

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
uts_repronum(
  new.cases,
  profile,
  window = 1,
  delay = 0,
  conf.level = 0.95,
  pad.zeros = FALSE,
  min.denominator = 5,
  min.numerator = 5
)

Arguments

new.cases

Vector of daily cases data

profile

tbd

window

tbd

delay

tbd

conf.level

tbd

pad.zeros

tbd

min.denominator

tbd

min.numerator

tbd

Details

Here are further details

subsection details and so on

However, needs some text.

sub-subsection details

Also su-subsection needs some text.

Value

data.frame with as many rows as new.cases

1
2
3
4
5
6
7
repronum = reproduction number

repronum.se = reproduction number standard error

ci.lower = confidence interval lower limit

ci.upper = confidence interval upper limit

References

TU Ilmenau GitHub code source: https://github.com/Stochastik-TU-Ilmenau/COVID-19/blob/gh-pages/estimator.r


WoVollmer/pkgTS documentation built on June 2, 2021, 4:02 a.m.