Skip to content

Commit c3c60a9

Browse files
Remove extraneous line
1 parent d322f5b commit c3c60a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

course-materials/lab-instructions/lab-05/lab-05-wrangle-sp-data.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ dn_lq_ak_mindist <- dn_lq_ak %>%
221221

222222
8. Describe the distribution of the distances Denny's and the nearest La Quinta locations in Alaska.
223223
Also include an appripriate visualization and relevant summary statistics.
224-
224+
225225
9. Repeat the same analysis for North Carolina: (i) filter Denny's and La Quinta Data Frames for NC, (ii) join these data frames to get a completelist of all possible pairings, (iii) calculate the distances between all possible pairings of Denny's and La Quinta in NC, (iv) find the minimum distance between each Denny's and La Quinta location, (v) visualize and describe the distribution of these shortest distances using appropriate summary statistics.
226226

227227
10. Repeat the same analysis for Texas.

0 commit comments

Comments
 (0)