| policy_data {ascentTraining} | R Documentation |
Insurance Policy Data
Description
Insurance Policy Data
Usage
policy_data
policyData
Format
A data frame with 926 observations on the following 13 variables.
YearThe four digit year of the policy
PolicyNoThe policy number
TotalPremiumThe total insurance premium
BonusMalusDiscount level
WeightClassThe weight class of the car
RegionRegion of the car owner
AgeAge of the main driver
MileageEstimated annual mileage
UsageCar usage
PremiumClassClass of the car
NoClaimsNumber of previous claims
GrossIncurredClaim cost
ExposureHow long they have been driving
Details
This dataset has be renamed using tidyverse-style snake_case naming conventions. However the original name of the dataset has been kept to ensure backwards compatibility with the book SAMS Teach Yourself R in 24 Hours (ISBN: 978-0-672-33848-9).
Source
Simulated based on details of how to simulate car insurance data in Modern Actuarial Risk Theory Using R 2nd Edition (Rob Kaas, Marc Goovaerts, Jan Dhaene, Michel Denuit)