Missed one var change

This commit is contained in:
hadley 2016-06-15 14:32:40 -05:00
parent 820405f66d
commit 54e4a916ea
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ I think this is fine to do provided that you've carefully checked that the funct
How would these days generalise to another year?
```{r}
daily %>% filter(n_resid2 > 80)
daily %>% filter(resid > 80)
```
1. Create a new variable that splits the `wday` variable into terms, but only