LGAclaims | R Documentation |
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.
the number of third party claims
Local government areas in New South Wales
statistical divisions
population density
the number of people killed or injured
the number of accidents
population size
log of KI
the log of the number of accidents
log Population
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)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.