powered by
Data for Exercise 10.45
Longtail
A data frame with 60 observations on the following 6 variables.
GroupA
a numeric vector
GroupB
GroupC
score
Group
Ranks
# NOT RUN { str(Longtail) attach(Longtail) boxplot(score~Group) kruskal.test(score~as.factor(Group)) anova(lm(score~as.factor(Group))) detach(Longtail) # }
Run the code above in your browser using DataLab