- Feb 2021
-
jrnold.github.io jrnold.github.io
-
Exercise 16.3.7
Confirm my hypothesis that flights that departed in minutes 20-30 and 50-60 are more likely to have departed early than on time or late. Hint: create a binary variable that tells you whether or not a flight departed early.
-
- Jan 2021
-
jrnold.github.io jrnold.github.io
-
Explain your findings.
There doesn't seem to be a solution for this
-
-
jrnold.github.io jrnold.github.io
-
str_split(x, ", +(and +)?")[[1]]
optionally drop + (both): str_split(x, ", (and )?")[[1]]
-
what a pattern
what pattern
-
colour_match
Maybe the intention here was colour_match2 (with the knock on impact on the str_view_all(...) such that only the 2 relevant strings are shown, not 3)
-
- Dec 2020
-
jrnold.github.io jrnold.github.io
-
Pitching
Exercise 13.3.3 (final sub-task):
The Pitching table is mislabeled as Fielding in the diagram (though it is clear from the listed PKs)
-
Master
Exercise 13.3.3 Questions have you compare 3 data sets, one of which is call "People" while in Answers the same is called "Master" (verified in R: identical(Master, People) == TRUE) Posted 2020-12-28
-