powered by
Data for Exercise 10.32
Heating
A data frame with 30 observations on the following 6 variables.
TypeA
a numeric vector
TypeB
TypeC
Rating
Type
Ranks
# NOT RUN { str(Heating) attach(Heating) boxplot(Rating~Type) kruskal.test(Rating~as.factor(Type)) detach(Heating) # }
Run the code above in your browser using DataLab