InsurQuotes {PASWR}R Documentation

Insurance Quotes

Description

Insurance quotes for two insurers of hazardous waste jobs

Usage

InsurQuotes

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

Source

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.

Examples

attach(InsurQuotes)
t.test(companyA,companyB)
detach(InsurQuotes)

[Package PASWR version 1.0 Index]