Learn R Programming

PASWR2 (version 1.0.5)

INSURQUOTES: Insurance Quotes

Description

Insurance quotes for two insurers of hazardous waste jobs

Usage

INSURQUOTES

Arguments

Format

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

  • companyA (quotes from company A in Euros)

  • companyB (quotes from company B in Euros)

References

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

Examples

Run this code
# NOT RUN {
ggplot(data = INSURQUOTES, aes(sample = companyA - companyB)) + 
stat_qq(col = "orange", size = 4)
with(data = INSURQUOTES,
t.test(companyA, companyB))
# }

Run the code above in your browser using DataLab