babies {Simple}R Documentation

Data set with Mothers and Babies data from Child Health and Development Study

Description

The babies data frame has 1236 rows and 7 columns.

Usage

data(babies)

Format

This data frame contains the following columns:

bwt
a numeric vector
gestation
a numeric vector
parity
a numeric vector
age
a numeric vector
height
a numeric vector
weight
a numeric vector
smoke
a numeric vector

Details

See http://www.stat.Berkeley.EDU/users/statlabs/labs.html for a thorough description.

Source

Borrowed from Nolan and Speeds StatLabs datasets. http://www.stat.Berkeley.EDU/users/statlabs/

Examples

data(babies)
pairs(babies)

[Package Simple version 0.5 Index]