Explore >> Select a destination


You are here

jcarroll.com.au
| | nrennie.rbind.io
12.9 parsecs away

Travel
| | Sometimes you might need to use R. Sometimes you might need to use Python. Sometimes you need to use both at the same time. This blog post shows you how to combine R and Python code using {reticulate} and output the results using Quarto.
| | rgoswami.me
12.1 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)\).
| | freerangestats.info
10.9 parsecs away

Travel
| | I update the nzelect R package with the latest New Zealand polling data, and use a generalized additive model to look for a seasonal impact on support for the current government.
| | www.outcoldman.com
150.7 parsecs away

Travel
| Let me start by letting you know, I love my Macbook Pro 13" M1! This laptop just finally adds the final touches of what I always expected from laptops: perfect battery life, silence, and no overheat (summer will tell, I guess, last year I had many problems with MBP 16 2019). Today I wanted to share some configurations I make and applications I use. And since I have changed a few things since I transitioned to Apple Silicon, I hope you might find this helpful. If you are still deciding which Mac you want to buy, I would recommend looking at whichmacshouldibuy.com (that is my site as well with some collaboration).