powered by
Data for Example 10.7
Engineer
A data frame with 51 observations on the following 6 variables.
UnivA
a numeric vector
UnivB
UnivC
salary
university
ranks
# NOT RUN { str(Engineer) attach(Engineer) boxplot(salary~university) kruskal.test(salary~as.factor(university)) detach(Engineer) # }
Run the code above in your browser using DataLab