counts_us: The count of births in the United States from 1994-2014

Description Usage Format Source Examples

Description

Data obtained from the CDC and Census parsed by FiveThirtyEight

Usage

1

Format

A data frame with columns:

month_number

The variable is numeric. The numeric month of the year

month_name

The variable is character. The name of the month

day_of_month

The variable is numeric. The day number of the month 1-31

day_of_year

The variable is integer. The day number of the year 1-366

births

The variable is numeric. The total count of births on that day over the period of the data

Source

https://github.com/fivethirtyeight/data/tree/master/births

Examples

1
2
3
4
## Not run: 
counts_us

## End(Not run)

byuidatascience/data4births documentation built on Nov. 15, 2020, 1:41 p.m.