Jonathan Kitt

Results 10 issues of Jonathan Kitt

Hi Cédric ! Hope you're doing well. I'm working through your tutorial, and I've got a couple suggestions : - line 244 : geom_line(color = "firebrick", linetype = "dotted", size...

Another stats book :-) https://www.kellerbiostat.com/introregression/

Hi Oscar, I came across this book which seems pretty interesting : https://stats4nr.com/ Best regards, Jonathan.

This free online book delves into modeling concepts, with R and Python code. # Adding new content to R Weekly issue Please include a one-sentence summary of the new content...

# Adding new content to R Weekly issue Add link to free online book Causal inference in R ## Type of Content **Please select to which section(s) your post belongs!**...

Hi ! This book is mentioned in the Posit conf 2024 workshop on causal inference. Just had a quick look at the contents, which seem pretty neat! [https://www.r-causal.org/](https://www.r-causal.org/)

Hello there! While reading the "Introduction to dplyr" article ([here](https://dplyr.tidyverse.org/articles/dplyr.html)), I came across something that I think would need correcting : in the part on the [slice functions](https://dplyr.tidyverse.org/articles/dplyr.html#choose-rows-using-their-position-with-slice), it's noted...

I added examples using the penguins dataset in the arrange() documentation + added {palmerpenguins} to suggests in the dplyr DESCRIPTION file

Hello there, Going through the dplyr functions docs for a course prep, and I found the doc for the select() function quite confusing with the two datasets used, starwars and...