| SingaporeAuto | R Documentation |
Singapore Automobile Claims
Description
The data is from the General Insurance Association of Singapore, an organization consisting of general (property and casualty) insurers in Singapore (see the organization's website: www.gia.org.sg). From this database, several characteristics are available to explain automobile accident frequency. These characteristics include vehicle variables, such as type and age, as well as person level variables, such as age, gender and prior driving experience.
Usage
data(SingaporeAuto)
Format
A data frame with 7483 observations on the following 15 variables.
SexInsureda factor with levels
FMUFemalea numeric vector
VehicleTypea factor with levels
AGMPQSTWZPCa numeric vector
Clm_Counta numeric vector
Exp_weightsa numeric vector
LNWEIGHTa numeric vector
NCDa numeric vector
AgeCata numeric vector
AutoAge0a numeric vector
AutoAge1a numeric vector
AutoAge2a numeric vector
AutoAgea numeric vector
VAgeCata numeric vector
VAgecat1a numeric vector
Details
http://instruction.bus.wisc.edu/jfrees/jfreesbooks/Regression%20Modeling/BookWebDec2010/
DataDescriptions.pdf
Source
http://instruction.bus.wisc.edu/jfrees/jfreesbooks/Regression%20Modeling/BookWebDec2010/data.html
References
Frees E.W., Valdez E.A. (2008), Hierarchical insurance claims modeling, ,,Journal of the American Statistical Association", 103(484), p. 1457-1469.
Frees E.W. (2010), Regression Modeling with Actuarial and Financial Applications, Cambridge University Press.
Examples
data(SingaporeAuto)
## maybe str(SingaporeAuto) ; plot(SingaporeAuto) ...