Missing words. Fixes #508
This commit is contained in:
parent
afbdf63ff5
commit
e30bf1ee3f
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue