Missed one var change
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user