| AutoClaims | R Documentation |
Automobile Insurance Claims
Description
Claims experience from a large midwestern (US) property and casualty insurer for private passenger automobile insurance. The dependent variable is the amount paid on a closed claim, in (US) dollars (claims that were not closed by year end are handled separately). Insurers categorize policyholders according to a risk classification system. This insurer's risk classification system is based on automobile operator characteristics and vehicle characteristics, and these factors are summarized by the risk class categorical variable CLASS.
Usage
data(AutoClaims)
Format
A data frame with 6773 observations on the following 5 variables.
STATECodes 01 to 17 used, with each code randomly assigned to an actual individual state, a factor with levels
STATE 01STATE 02STATE 03STATE 04STATE 06STATE 07STATE 10STATE 11STATE 12STATE 13STATE 14STATE 15STATE 17CLASSRating class of operator, based on age, gender, marital status, use of vehicle, a factor with levels
C1C11C1AC1BC1CC2C6C7C71C72C7AC7BC7CF1F11F6F7F71GENDERa factor with levels
FMAGEAge of operator, a numeric vector
PAIDAmount paid to settle and close a claim, a 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. (2010), Regression Modeling with Actuarial and Financial Applications, Cambridge University Press.
Examples
data(AutoClaims)
## maybe str(AutoClaims) ; plot(AutoClaims) ...