Learn R Programming

season (version 0.2-6)

schz: Schizophrenia births in Australia, 1930--1971

Description

Monthly number of babies born with schizophrenia in Australia from 1930 to 1971. The national number of births and number of cases are missing for January 1960 are missing.

Usage

data(schz)

Arguments

source

From Prof John McGrath and colleagues, The University of Queensland, Brisbane.

Examples

Run this code
data(schz)
plot(schz$yrmon, schz$SczBroad, type='o', xlab='Date',
     ylab='Number of schizophrenia births')

Run the code above in your browser using DataLab