Merge branch 'master' of github.com:dpastoor/r4ds
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user