Case study: delayed learning (II)
JulianCollins opened this issue · 1 comments
JulianCollins commented
> library(dplyr)
> thue2 <- thue2 %>% filter(blood.glucose < 7)
should be
> library(dplyr)
> thue2 <- thuesen %>% filter(blood.glucose < 7)
matloff commented
Thanks!