matloff/TidyverseSkeptic

Case study: delayed learning (II)

JulianCollins opened this issue · 1 comments

> library(dplyr)
> thue2 <- thue2 %>% filter(blood.glucose < 7)

should be

> library(dplyr)
> thue2 <- thuesen %>% filter(blood.glucose < 7)

Thanks!