LGAclaims {gamlss.dist} | R Documentation |
These are several small data files usefull for gamlss fits.
LGAclaims: the data were given by Gillian Heller and can be found in de Jong and Heller (2007).
This data set records the number of third party claims, Claims
, in a twelve month
period between 1984-1986 in each of 176 geographical areas (local government areas) in New South Wales,
Australia. Areas are grouped into thirteen statistical divisions (SD
). Other
recorded variables are the number of accidents, Accidents
, the number of people killed or
injured and population with all variables classified according to area.
data(LGAclaims)
Data frames each with the following variable.
Data sets usefull for the GAMLSS booklet
de Jong, P. and Heller G. (2007) Generalized Linear Models for Insurance Data , Cambridge University Press
data(LGAclaims) with(LGAclaims, plot(data.frame(Claims, Pop_density, KI, Accidents, Population)))