Learn R Programming

dobson (version 0.4)

insurance: Insurance data from table 9.13

Description

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

Usage

data(insurance)

Arguments

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<U+2013>29. Proceedings of the 21st International Congress of Actuaries.

Examples

Run this code
# NOT RUN {
data(insurance)
summary(insurance)
# }

Run the code above in your browser using DataLab