Merge branch 'master' of github.com:dpastoor/r4ds

This commit is contained in:
Devin Pastoor
2016-06-03 10:59:25 +02:00
24 changed files with 1142 additions and 443 deletions

View File

@@ -85,10 +85,3 @@ ggplot(, aes(mse)) +
geom_histogram(binwidth = 0.25) +
geom_vline(xintercept = base_mse, colour = "red")
```
### Exercises
1. Given a list of formulas, use purr to fit them.
1. Given a list of model functions, and parameters, use purrr to fit them.