powered by
Data for Exercise 7.43
Remedial
A data frame with 42 observations on the following 2 variables.
female
a numeric vector
male
# NOT RUN { str(Remedial) attach(Remedial) boxplot(female,male,col=c("blue","red")) wilcox.test(female,male,conf.int=TRUE) t.test(female,male) detach(Remedial) # }
Run the code above in your browser using DataLab