Explore >> Select a destination


You are here

svmiller.com
| | post8000.svmiller.com
3.7 parsecs away

Travel
| |
| | juliasilge.com
9.6 parsecs away

Travel
| | A data science blog
| | aosmith.rbind.io
10.4 parsecs away

Travel
| | 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
87.6 parsecs away

Travel
| 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.