Description Usage Format Source Examples
This data set contains information on babies born in the United States during 2006. There is one record per birth. This data set is a random ten percent sample.
This data set is used as an example in the book "R in a Nutshell" from O'Reilly
Media. Indices for observations from the original data set that are used in this
sample are included in births2006.idx.
1 |
A data frame with 427323 observations on the following 13 variables.
DOB_MMMonth of date of birth
DOB_WKDay of week of birth
MAGERMother's age
TBO_RECTotal birth order
WTGAINWeight gain by mother
SEXa factor with levels F M, representing the sex of the child
APGAR5APGAR score
DMEDUCMother's education level
UPREVISNumber of prenatal visits
ESTGESTEstimated weeks of gestation
DMETH_RECDelivery Method
DPLURAL"Plural Births;" levels include 1 Single, 2 Twin, 3 Triplet, 4 Quadruplet, and 5 Quintuplet or higher
DBWTBirth weight, in grams
http://www.cdc.gov/nchs/data_access/Vitalstatsonline.htm
1 2 3 4 5 | data(births2006.smpl)
library(lattice)
histogram(~DBWT|DPLURAL,data=births2006.smpl)
densityplot(~DBWT,groups=DPLURAL,data=births2006.smpl,
plot.points=FALSE,auto.key=TRUE)
|
Loading required package: nutshell.bbdb
Loading required package: nutshell.audioscrobbler
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.