# NOT RUN {
stripchart(qualif ~ group, data = Indy500, method = "stack",
pch = 19, col = c("red", "blue"))
boxplot(qualif ~ group, data = Indy500)
t.test(qualif ~ group, data = Indy500)
# }
# NOT RUN {
library(ggplot2)
ggplot2::ggplot(data = Indy500, aes(sample = qualif)) +
geom_qq() +
facet_grid(group ~ .) +
theme_bw()
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab