powered by
Data for Example 6.9
Haptologo
A data frame with 8 observations on the following variable.
concent
a numeric vector
# NOT RUN { str(Haptologo) attach(Haptologo) qqnorm(concent,col="blue") qqline(concent,col="red") shapiro.test(concent) t.test(concent,mu=2,alternative="less") detach(Haptologo) # }
Run the code above in your browser using DataLab