Fix a typo: Should be `purrr` instead of `purr`
This commit is contained in:
parent
17ef519058
commit
70a204c8ab
|
@ -155,7 +155,7 @@ summary(h)
|
||||||
### Exercises
|
### Exercises
|
||||||
|
|
||||||
1. What variables in `heights` do you expect to be most highly correlated with
|
1. What variables in `heights` do you expect to be most highly correlated with
|
||||||
income? Use `cor()` plus `purr::map_dbl()` to check your guesses.
|
income? Use `cor()` plus `purrr::map_dbl()` to check your guesses.
|
||||||
|
|
||||||
1. Correlation only summarises the linear relationship between two continuous
|
1. Correlation only summarises the linear relationship between two continuous
|
||||||
variables. There are some famous drawbacks to the correlation. What
|
variables. There are some famous drawbacks to the correlation. What
|
||||||
|
|
Loading…
Reference in New Issue