Learn R Programming

season (version 0.2-6)

stillbirth: Stillbirths in Queensland, 1998--2000

Description

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.

Usage

data(stillbirth)

Arguments

source

From Queensland Health (http://www.health.qld.gov.au/).

Examples

Run this code
data(stillbirth)
table(stillbirth$month, stillbirth$stillborn)

Run the code above in your browser using DataLab