insurance: Insurance Claims Data

Description Usage Format References Examples

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

1

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

1
2
3
4
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")

Example output



ACSWR documentation built on May 2, 2019, 6:53 a.m.