Learn R Programming

MixStable (version 0.1.0)

est_r0_mle: MLE estimation of R0 using generation time

Description

Estimates the basic reproduction number (R0) using maximum likelihood and a parametric model based on generation time and incidence data.

Usage

est_r0_mle(incidence, gen_time)

Value

Estimated R0 value.

Arguments

incidence

Numeric vector of incidence counts.

gen_time

Mean generation time.