Ch. 5 | Exercise 3

Chapter 5 | Exercise 3

Make a strip chart of the word lengths in letters of the high- and low-frequency words in the pym_high and pym_low data sets (variable let).

Make a strip chart:

> stripchart(list(pym_high$let, pym_low$let), main = "Word lengths", group.names = c("high", "low"), method = "jitter")