hav_bg_1964 | R Documentation |
A cross-sectional survey conducted in 1964 in Bulgaria. Samples were collected from schoolchildren and blood donors.
hav_bg_1964
A data frame with 3 variables:
Age group
Number of seropositive individuals
Total number of individuals surveyed
Keiding, Niels. "Age-Specific Incidence and Prevalence: A Statistical Perspective." Journal of the Royal Statistical Society. Series A (Statistics in Society) 154, no. 3 (1991): 371-412. \Sexpr[results=rd]{tools:::Rd_expr_doi("doi:10.2307/2983150")}
# Reproduce Fig 4.1 (lower panel), p. 63
age <- hav_bg_1964$age
pos <- hav_bg_1964$pos
tot <- hav_bg_1964$tot
plot(
age, pos / tot,
pty = "s", cex = 0.08 * tot, pch = 16, xlab = "age",
ylab = "seroprevalence", xlim = c(0, 86), ylim = c(0, 1)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.