You are here |
svmiller.com | ||
| | | |
post8000.svmiller.com
|
|
| | | | ||
| | | |
juliasilge.com
|
|
| | | | A data science blog | |
| | | |
aosmith.rbind.io
|
|
| | | | Where I discuss simulations, why I love them, and get started on a simulation series with a simple two-group linear model simulation. | |
| | | |
rgoswami.me
|
|
| | Setup details are described here, and the meta-post about these solutions is here. Materials The summmer course1 is based off of the second edition of Statistical Rethinking by Richard McElreath. This post covers the following exercise questions: Chapter 2 Easy {1,2,3,4} Medium {1,2,4} Chapter 3 Easy {1,2,3,4,5} Medium {1,2,3,4,6} Chapter 4 Easy {1,2,3,4,5} Medium {1,2,3,4,5,6,7} Packages 1libsUsed<-c("tidyverse","tidybayes","orgutils", 2 "rethinking","tidybayes.rethinking", 3 "ggplot2","kableExtra","dplyr","glue", 4 "latex2exp","data.table","printr") 5invisible(lapply(libsUsed, library, character.only = TRUE)); We also set the following theme parameters for the plots. |