Marked {BSDA} | R Documentation |
Data for Exercise 6.100
Marked
A data frame with 65 observations on the following variable.
percent
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Marked) attach(Marked) EDA(percent) t.test(percent,mu=60,alternative="greater") sign.test(percent,md=60,alternative="greater") detach(Marked)