INSURQUOTES: Insurance Quotes

Description Usage Format References Examples

Description

Insurance quotes for two insurers of hazardous waste jobs

Usage

1

Format

A data frame with 15 observations on the following 2 variables:

References

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. 2015. Probability and Statistics with R, Second Edition. Chapman & Hall / CRC.

Examples

1
2
3
4
ggplot(data = INSURQUOTES, aes(sample = companyA - companyB)) + 
stat_qq(col = "orange", size = 4)
with(data = INSURQUOTES,
t.test(companyA, companyB))

PASWR2 documentation built on Sept. 5, 2021, 5:44 p.m.