| dataCar | R Documentation |
data Car
Description
This data set is based on one-year vehicle insurance policies taken out in 2004 or 2005. There are 67856 policies, of which 4624 (6.8
Usage
data(dataCar)
Format
A data frame with 67856 observations on the following 11 variables.
veh_valuevehicle value, in $10,000s
exposure0-1
clmoccurrence of claim (0 = no, 1 = yes)
numclaimsnumber of claims
claimcst0claim amount (0 if no claim)
veh_bodyvehicle body, coded as
BUSCONVTCOUPEHBACKHDTOPMCARAMIBUSPANVNRDSTRSEDANSTNWGTRUCKUTEveh_age1 (youngest), 2, 3, 4
gendera factor with levels
FMareaa factor with levels
ABCDEFagecat1 (youngest), 2, 3, 4, 5, 6
X_OBSTAT_a factor with levels
01101 0 0 0
Details
dataset "Car"
Source
http://www.acst.mq.edu.au/GLMsforInsuranceData
References
De Jong P., Heller G.Z. (2008), Generalized linear models for insurance data, Cambridge University Press
Examples
data(dataCar)
## maybe str(dataCar) ; plot(dataCar) ...