Larger_natality_data_files: Complete data on births

Description Details Examples

Description

The complete data file from the CDC is available through the package, as is a random sample of size 1,000,000. These have not been included in the data() system because they are slow to read in (tens of seconds).

Details

To read them, follow the commands in the examples. Natality_2014 will be created by the first command: it is the complete data with 3,998,175 cases. The second command generates Natality_2014_1000k, a random sample from Natality_2014 of size 1,000,000.

Examples

1
2
load(system.file("Natality_2014.rda", package = "natality2014"))
load(system.file("Natality_2014_1000k.rda", package = "natality2014"))

dtkaplan/natality2014 documentation built on May 15, 2019, 5:22 p.m.