Learn R Programming

MixStable (version 0.1.0)

RT: Compute effective reproduction number Rt

Description

Estimates the effective reproduction number (Rt) over time using incidence data and a generation time distribution.

Usage

RT(inc, G)

Value

Numeric vector of Rt values.

Arguments

inc

Numeric vector of incidence counts.

G

Numeric vector representing the generation time distribution.