irlsuicide {npmlreg} | R Documentation |
Suicide Rates in the Republic of Ireland 1989-1998.
data(irlsuicide)
A data frame with 104 observations on the following 8 variables.
Region
Cork
, Dublin
, EHB - Dub.
, Galway
, Lim.
, Mid HB
, MWHB-Lim.
, NEHB
, NWHB
, SEHB-Wat.
, SHB-Cork
, Waterf.
, WHB-Gal.
.ID
1
2
3
4
5
6
7
8
9
10
11
12
13
correspomnding to Regions.pop
death
sex
0
(female) and 1
(male).age
1
(0-29), 2
(30-39), 3
(40-59), 4
(60+ years).smr
expected
The data set is examined in Sofroniou et al. (2006), using a variance component model with regions as upper level.
Institute of Public Health in Ireland (2005). All Ireland Mortality Database. Retrieved August 8, 2005, from http://mapserver1.cdc-ni.com/iph/index.htm.
Ahlbom, A., (1993). Biostatistics for Epidemiologists. Boca Raton: Lewis Publishers.
Sofroniou, N., Einbeck, J., and Hinde, J. (2006). Analyzing Irish Suicide Rates with Mixture Models. Proceedings of the 21st Workshop on Statistical Modelling in Galway, Ireland, 2006.
data(irlsuicide) library(lattice) trellis.device(color=FALSE) plot2age<-rep(gl(4,2),13) xyplot(irlsuicide$death/irlsuicide$pop~plot2age|irlsuicide$Region, pch=(1+(irlsuicide$sex==1)),xlab="age",ylab="Crude rates")