Update model-basics.Rmd (#235)

This commit is contained in:
Rademeyer Vermaak 2016-08-05 15:53:16 +02:00 committed by Hadley Wickham
parent d6785ff455
commit f955d0415e
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@ This shows you that interaction between two continuous variables works basically
You can see that even with just two continuous variables, coming up with good visualisations are hard. But that's reasonable: you shouldn't expect it will be easy to understand how three or more variables simultaneously interact! But again, we're saved a little because we're using models for exploration, and you can gradually build up your model over time. The model doesn't have to be perfect, it just has to help you reveal a little more about your data.
I spent some time looking at the residuals to see if I could figure if `mod2` did `mod1`. I think it does, but it's pretty subtle. You'll have a chance to work on it in the exercises.
I spent some time looking at the residuals to see if I could figure if `mod2` did better than `mod1`. I think it does, but it's pretty subtle. You'll have a chance to work on it in the exercises.
### Transformations