1
2
3
4
5
#

Name:

Description:

Data on a random sample of 100 births for babies in North Carolina where the mother was not a smoker and another 50 where the mother was a smoker.

Variables:

  • f_age - Father's age.
  • m_age - Mother's age.
  • weeks - Weeks at which the mother gave birth.
  • premature - Indicates whether the baby was premature or not.
  • visits - Number of hospital visits.
  • gained - Weight gained by mother.
  • weight - Birth weight of the baby.
  • sex_baby - Gender of the baby.
  • smoke - Whether or not the mother was a smoker.

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

Birth records released by North Carolina in 2004.

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/North_Carolina_births_1369_12.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.