powered by
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.
babyboom
data(babyboom)
A data frame with 44 observations on the following 4 variables.
Time on clock
a factor with levels girl boy
girl
boy
weight in grams of child
minutes after midnight of birth
# NOT RUN { data(babyboom) hist(babyboom$wt) hist(diff(babyboom$running.time)) # }
Run the code above in your browser using DataLab