Question: dplyr Calculate the Spearman correlation using `cor.test()` between starting position and finishing position for the 2019 season. - Recall that the `grid` variable is a
dplyr
Calculate the Spearman correlation using `cor.test()` between starting position and finishing position for the 2019 season. - Recall that the `grid` variable is a driver's starting position and the `position` variable is the finishing position for drivers that actually finished the race. - Only include drivers who actually started. (Check the `grid` variable to filter for this.) - Only include drivers who actually finished. (There are several possible ways to filter for this. To keep things simple, only use the `position` variable.) - Do not round.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
