Monoxide {BSDA} | R Documentation |
Data for Exercise 7.45
Monoxide
A data frame with 10 observations on the following 2 variables.
manufac
compet
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Monoxide) attach(Monoxide) t.test(manufac,compet) wilcox.test(manufac,compet) detach(Monoxide)