To celebrate publication, @CRC_MathStats is giving away a signed copy of '#LinearMixedModels' by @bradytwest, Kathy Welch, and Andrzej Galecki. Please follow me, like and retweet to be in with a chance of winning! Deadline is Friday July 29. #Statistics#DataScience#RStats
I've been experimenting with using #dplyr to perform batch tasks by 'plugging it into' other functions. Super interesting possibilities here I think - I've written some simple examples. #rstats#r4ds#datascience#analytics#tidyverse https://t.co/0IInE52GHp
Gertrude Cox was a pioneer in experimental design and was the first woman elected into the International Statistical Institute in 1949.
🖼source: Wikipedia
Another great addition to upcoming #rstats#dplyr: the so-called "Context dependent expressions". For example, combining cur_data() with rowwise() allows you to fit models on nested tibbles without the need for {purrr}! Compare the following and see what you prefer:
I was just wondering if this would work and it does! Neat lil R trick: if you have a function that doesn't play nice with the pipe, just pipe to with() and now it works (assuming what you're piping is a data frame). I'm gonna use this for a lot of table()s.
An oldie but a goodie: Teaching #ggplot2 for the first time? We suggest not jumping into the code right away, but doing an example of the Grammar of Graphics on the board and by hand real slow 🐢🐢🐢 at first! 1/6