powered by
Data for Exercise 6.95
Phone
A data frame with 20 observations on the following variable.
time
a numeric vector
# NOT RUN { str(Phone) attach(Phone) qqnorm(time) qqline(time) shapiro.test(time) SIGN.test(time,md=5,alternative="greater") detach(Phone) # }
Run the code above in your browser using DataLab