Couple of model assessment exercises

This commit is contained in:
hadley 2016-05-09 07:39:26 -05:00
parent 93ebaec363
commit 92478ae037
1 changed files with 7 additions and 0 deletions

View File

@ -85,3 +85,10 @@ 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.