stillbirth {season} | R Documentation |
Monthly number of stillbirths in Australia from 1998 to 2000. It is a rare event; there are 352 stillbirths out of 60,110 births. To preserve confidentiality the day of birth has been randomly re-ordered.
data(stillbirth)
A data frame with 60,110 observations on the following 7 variables.
dob
year
month
yrmon
seifa
gestation
stillborn
From Queensland Health (http://www.health.qld.gov.au/).
data(stillbirth) table(stillbirth$month,stillbirth$stillborn)