Missed one var change
This commit is contained in:
parent
820405f66d
commit
54e4a916ea
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue