Calculates the seroprevalence considering an age distribution and a reversible catalytic model.
Examples
A_max <- 80
age_distribution <- rep(1 / A_max, A_max)
seroprevalence(age_distribution, A_max, 0.03, 0.01)
#> [1] 0.5296451
Calculates the seroprevalence considering an age distribution and a reversible catalytic model.
A_max <- 80
age_distribution <- rep(1 / A_max, A_max)
seroprevalence(age_distribution, A_max, 0.03, 0.01)
#> [1] 0.5296451