Link to model-vis paper
This commit is contained in:
parent
a07c4b25d2
commit
437e82736a
|
@ -258,8 +258,7 @@ grid
|
|||
|
||||
(You can also use this function to add predictions to your original dataset.)
|
||||
|
||||
Next, we plot the predictions. You might wonder about all this extra work compared to just using `geom_abline()`. But the advantage of this approach is that it will work with _any_ model in R, from the simplest to the most complex. You're only limited by your visualisation skills.
|
||||
|
||||
Next, we plot the predictions. You might wonder about all this extra work compared to just using `geom_abline()`. But the advantage of this approach is that it will work with _any_ model in R, from the simplest to the most complex. You're only limited by your visualisation skills. For more ideas about how to visualise more complex model types, you might try <http://vita.had.co.nz/papers/model-vis.html>.
|
||||
|
||||
```{r}
|
||||
ggplot(sim1, aes(x)) +
|
||||
|
|
Loading…
Reference in New Issue