Description Usage Format References Examples
Insurance quotes for two insurers of hazardous waste jobs
1 |
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)
Ugarte, M. D., Militino, A. F., and Arnholt, A. T. 2015. Probability and Statistics with R, Second Edition. Chapman & Hall / CRC.
1 2 3 4 | ggplot(data = INSURQUOTES, aes(sample = companyA - companyB)) +
stat_qq(col = "orange", size = 4)
with(data = INSURQUOTES,
t.test(companyA, companyB))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.