downs | R Documentation |
The number of Downs Syndrome cases in British Columbia, Canada
data(downs)
A data frame with 30 observations on the following 3 variables.
Age
the average age of the mother in each group, in completed years; a numeric vector
Births
the number of live births; a numeric vector
DS
the number of Downs Syndrome births; a numeric vector
The data give the number of Downs Syndrome cases from 1961–1970 in British Columbia, Canada, in 30 age categories for the mother.
The ages are the means of the ages in defined groups, rounded to one decimal place.
Charles J. Geyer (1991) Constrained maximum likelihood exemplified by isotonic convex logistic regression. Journal of the American Statistical Association, 86(415), 717–724.
The data are originally from the British Columbia Health Surveillance Registry.
The data also appear in A. C. Davison and D. V. Hinkley (1997) Bootstrap Methods and their Applications, Cambridge University Press, Table 7.12, though there are very slight differences in their data to ours, in the decimal places for age. (The differences are very minor, and will not affect conclusions.)
data(downs) plot( DS/Births ~ Age, data=downs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.