Learn R Programming

UsingR (version 2.0-7)

babyboom: Babyboom: data for 44 babies born in one 24-hour period.

Description

The babyboom dataset contains the time of birth, sex, and birth weight for 44 babies born in one 24-hour period at a hospital in Brisbane, Australia.

Usage

data(babyboom)

Arguments

Format

A data frame with 44 observations on the following 4 variables.

clock.time

Time on clock

gender

a factor with levels girl boy

wt

weight in grams of child

running.time

minutes after midnight of birth

Examples

Run this code
# NOT RUN {
data(babyboom)
hist(babyboom$wt)
hist(diff(babyboom$running.time))
# }

Run the code above in your browser using DataLab