Learn R Programming

PASWR (version 1.3)

InsurQuotes: Insurance Quotes

Description

Insurance quotes for two insurers of hazardous waste jobs

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

Examples

Run this code
# NOT RUN {
with(data = InsurQuotes, 
t.test(companyA, companyB))

# }

Run the code above in your browser using DataLab