powered by
Data for Exercise 6.56
Tenness
A data frame with 20 observations on the following variable.
score
a numeric vector
# NOT RUN { str(Tenness) attach(Tenness) EDA(score) t.test(score,mu=30,alternative="less") SIGN.test(score,md=30,alternative="less") detach(Tenness) # }
Run the code above in your browser using DataLab