Couple of model assessment exercises
This commit is contained in:
parent
93ebaec363
commit
92478ae037
|
@ -85,3 +85,10 @@ ggplot(, aes(mse)) +
|
||||||
geom_histogram(binwidth = 0.25) +
|
geom_histogram(binwidth = 0.25) +
|
||||||
geom_vline(xintercept = base_mse, colour = "red")
|
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.
|
||||||
|
|
Loading…
Reference in New Issue