Explore >> Select a destination


You are here

jcarroll.com.au
| | rgoswami.me
9.3 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. Chapter 13 E{1,2,3,4,5} Chapter 14 E{1,2,3} Packages A colophon with details is provided at the end, but the following packages and theme parameters are used throughout. 1libsUsed<-c("tidyverse","tidybayes","orgutils","dagitty", 2 "rethinking","tidybayes.rethinking", 3 "ggplot2","kableExtra","dplyr","glue", 4 "latex2exp","data.table","printr","devtools") 5invisible(lapply(libsUsed, library, character.only = TRUE)); 6theme_set(theme_grey(base_size=24)) 7set.seed(1995) Chapter XIII: Models With Memory Easy Questions (Ch13) HOLD 13E1 Which of the following priors will produce more shrinkage in the estimates? (a) \(?_{\mathrm{TANK}}?\mathrm{Normal}(0,1)\); (b) \(?_{\mathrm{TANK}}?\mathrm{Normal}(0,2)\).
| | juliasilge.com
16.3 parsecs away

Travel
| | An R Package for Jane Austen's Complete Novels
| | albert-rapp.de
24.3 parsecs away

Travel
| | I show you how to create a correlation heat map with {ggplot2}, how to avoid using the wrong colors and how to use some nice variations of standard heat maps.
| | metah.ch
62.4 parsecs away

Travel
| As a father I enjoy filming my family with a 'customers camera' that export files to MPG in AC3 format. But as a possessor of Adobe Premiere Pro I would have been happy to work my movie...