Learn R Programming

ACSWR (version 1.0)

insurance: Insurance Claims Data

Description

Montgomery (2005), page 42, describes this data set in which the number of days taken by the company to process and settle the claims of employee health insurance customers. The data is recorded for the number of days for settlement from the first to fortieth claim.

Usage

data(insurance)

Arguments

Format

A data frame with 40 observations on the following 2 variables.
Claim
Claim number
Days
Days to settle the claim amount

References

Montgomery, D.C. (1985-2012). Introduction to Statistical Quality Control, 7e. J. Wiley.

Examples

Run this code
data(insurance)
plot(insurance$Claim,insurance$Days,"l",xlab="Claim Sequence",
   ylab="Time to Settle the Claim")
title("B: Run Chart for Insurance Claim Settlement")

Run the code above in your browser using DataLab