Results 13 issues of Dr. Chester Ismay

Currently it is using an older version of {infer} and many of the functions/arguments there are now deprecated. Running `rmarkdown::render_site(encoding = 'UTF-8')` in the Console and then `warnings()` will show...

v2

https://dplyr.tidyverse.org/reference/sample_n.html

v2

While it is easy to run `install.packages('fivethirtyeightdata', repos = 'https://fivethirtyeightdata.github.io/drat/', type = 'source')`, it would be simpler to have something like a `get_larger_datasets()` function that we could have pop up...

Similar to https://r4ds.had.co.nz/transform.html

enhancement
v2

Thanks to @jamesonwatts for bringing this forward. `get_regression_points()` produces an error in this situation. ``` library(moderndive) iris_model 1.5), data = iris) get_regression_points(iris_model) #> Error: Unknown column `Petal.Length` ``` Digging into...

To align with `dplyr::slice_sample(n)`, create an alias of `rep_sample_n(size)`

I've talked to a couple of professors that are still struggling with students adding in `View()` to R Markdown documents and getting errors that are hard for the students to...

First, let me say how great this is that you've shared this for evaluation and comments from everyone in the company. Bold move, but it's awesome how welcome to feedback...

Some problems at the end of each chapter and learning checks throughout would be helpful.

help wanted

* Use base-pipe `|>` instead of `%>%` in all code chunks except for Chapters 7-10 since those are in other updates. * Address the warning message explicitly for `group_by()` in...