powered by
Data for Exercise 7.22
Bones
A data frame with 70 observations on the following 5 variables.
Active
a numeric vector
Nonactive
Density
group
Ranks
# NOT RUN { str(Bones) attach(Bones) t.test(Active,Nonactive,alternative="greater") wilcox.test(Active,Nonactive,alternative="greater") detach(Bones) # }
Run the code above in your browser using DataLab