US Birth Data (1969-1988)
收藏US Birth Data (1969-1988)
Overview
US birth data from 1969 to 1988, as provided by the Center for Disease Control and Preventions National Center for Health Statistics.
Installation
To install the dataset, use the following command:
bash npm install @stdlib/datasets-cdc-nchs-us-births-1969-1988
Usage
To use the dataset in a JavaScript environment:
javascript var dataset = require( @stdlib/datasets-cdc-nchs-us-births-1969-1988 );
Functionality
The dataset() function returns the US birth data. Each element in the returned data has the following fields:
- year: year.
- month: month, where January is denoted by
1. - date_of_month: day number of the month.
- day_of_week: day of week, where Monday is
1and Sunday is7. - births: number of births.
Examples
Example usage of the dataset for analysis:
javascript var incrmean = require( @stdlib/stats-incr-mean ); var dataset = require( @stdlib/datasets-cdc-nchs-us-births-1969-1988 );
// Example code for analyzing birth data
CLI
To use the dataset as a command-line utility, install the CLI package globally:
bash npm install -g @stdlib/datasets-cdc-nchs-us-births-1969-1988-cli
CLI Usage
text Usage: cdc-nchs-us-births-1969-1988 [options]
Options:
-h, --help Print this message. -V, --version Print the package version.
License
The data files are licensed under an Open Data Commons Public Domain Dedication & License 1.0 and their contents are licensed under Creative Commons Zero v1.0 Universal. The software is licensed under Apache License, Version 2.0.




