Learn R Programming

insuranceData (version 1.0)

WorkersComp: Workers Compensation

Description

Standard example in worker's compensation insurance, examining losses due to permanent, partial disability claims. The data are from Klugman (1992), who considers Bayesian model representations, and are originally from the National Council on Compensation Insurance. We consider n=121 occupation, or risk, classes, over T=7 years. To protect the data source, further information on the occupation classes and years is not available. Source: Frees, E. W., Young, V. and Y. Luo (2001). Case studies using panel data models. North American Actuarial Journal, 4, No. 4, 24-42.

Usage

data(WorkersComp)

Arguments

Format

A data frame with 847 observations on the following 4 variables.
CL
a numeric vector
YR
a numeric vector
PR
a numeric vector
LOSS
a numeric vector

Source

http://instruction.bus.wisc.edu/jfrees/jfreesbooks/Regression

Details

http://instruction.bus.wisc.edu/jfrees/jfreesbooks/Regression

DataDescriptions.pdf

References

Frees E.W. (2010), Regression Modeling with Actuarial and Financial Applications, Cambridge University Press.

Examples

Run this code
data(WorkersComp)
## maybe str(WorkersComp) ; plot(WorkersComp) ...

Run the code above in your browser using DataLab