Missing words. Fixes #508

This commit is contained in:
hadley 2017-05-03 08:13:49 -05:00
parent afbdf63ff5
commit e30bf1ee3f
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ ggplot(diamonds2, aes(carat, price)) +
geom_line(data = grid, colour = "red", size = 1)
```
That tells us something interesting about. If we believe our model, then the large diamonds are much cheaper than expected. This is probably because no diamond in this dataset costs more than $19,000.
That tells us something interesting about our data. If we believe our model, then the large diamonds are much cheaper than expected. This is probably because no diamond in this dataset costs more than $19,000.
Now we can look at the residuals, which verifies that we've successfully removed the strong linear pattern: