Closed paynito closed 6 years ago
It's included in the package
library(modelr)
sim1
#> # A tibble: 30 x 2
#> x y
#> <int> <dbl>
#> 1 1 4.20
#> 2 1 7.51
#> 3 1 2.13
#> 4 2 8.99
#> 5 2 10.2
#> 6 2 11.3
#> 7 3 7.36
#> 8 3 10.5
#> 9 3 10.5
#> 10 4 12.4
#> # ... with 20 more rows
Created on 2018-05-10 by the reprex package (v0.2.0).
Hi Hadley, I'm having trouble in section 23 "modeling" of R for Data Science The sim1 dataset you use in your examples isn't loading for me.