insurance {dobson}R Documentation

Insurance data from table 9.13

Description

Insurance claim data by car category, age group and district.

Usage

data(insurance)

Format

A tibble with 32 observations and the following 5 variables.

car

car insurance category

age

age group

district

district where policy holder lived; 1=major city, 0=elsewhere

y

number of claims

n

number of insurance policies

References

Baxter, L. A., S. M. Coutts, and G. A. F. Ross (1980). Applications of linear models in motor insurance. Zurich, pp. 11–29. Proceedings of the 21st International Congress of Actuaries.

Examples

data(insurance)
summary(insurance)

[Package dobson version 0.4 Index]