hav_be_1993_1994 | R Documentation |
A study of the prevalence of HAV antibodies conducted in the Flemish Community of Belgium in 1993 and early 1994
hav_be_1993_1994
A data frame with 3 variables:
Age group
Number of seropositive individuals
Total number of individuals surveyed
Beutels, M., Van Damme, P., Aelvoet, W. et al. Prevalence of hepatitis A, B and C in the Flemish population. Eur J Epidemiol 13, 275-280 (1997). \Sexpr[results=rd]{tools:::Rd_expr_doi("doi:10.1023/A:1007393405966")}
# Reproduce Fig 4.1 (upper left panel), p. 63
age <- hav_be_1993_1994$age
pos <- hav_be_1993_1994$pos
tot <- hav_be_1993_1994$tot
plot(
age, pos / tot,
pty = "s", cex = 0.06 * 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.