Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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)

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

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")

ACSWR

A Companion Package for the Book "A Course in Statistics with R"

v1.0
GPL-2
Authors
Prabhanjan Tattar
Initial release
2015-09-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.