1
2
3
4
5
#

Name:

Description:

The Child Health and Development Studies investigate a range of topics. One study, in particular, considered all pregnancies between 1960 and 1967 among women in the Kaiser Foundation Health Plan in the San Francisco East Bay area. The goal is to model the weight of the infants (bwt, in ounces) using variables including length of pregnancy in days (gestation), mother's age in years (age), mother's height in inches (height), whether the child was the first born (parity), mother's pregnancy weight in pounds (weight), and whether the mother was a smoker (smoke).

Variables:

  • case - id number
  • bwt - birthweight, in ounces
  • gestation - length of gestation, in days
  • parity - binary indicator for a first pregnancy (0=first pregnancy)
  • age - mother's age in years
  • height - mother's height in inches
  • weight - mother's weight in pounds
  • smoke - binary indicator for whether the mother smokes

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

These data come from Child Health and Development Studies

R Dataset Upload:

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

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

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.