Short {BSDA} | R Documentation |
Data for Exercise 6.65
Short
A data frame with 158 observations on the following 10 variables.
Sample.1
Sample.2
Sample.3
Sample.4
Sample.5
Sample.6
Sample.7
Sample.8
Parallax
Sample
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Short) attach(Short) hist(Parallax) EDA(Parallax) sign.test(Parallax,md=8.798) t.test(Parallax,mu=8.798) detach(Short)