schz {season} | R Documentation |
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.
data(schz)
A data frame with 504 observations on the following 6 variables.
year
month
yrmon
NBirths
SczBroad
SOI
From Prof John McGrath and colleagues, The University of Queensland, Brisbane.
data(schz) plot(schz$yrmon,schz$SczBroad,type='o',xlab='Date',ylab= 'Number of schizophrenia births')