Skip to content

cshelley/Statistical-Rethinking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Statistical-Rethinking

Notes on Statistical Rethinking by R McElreath

The code examples require the installation of several R packages:

install.packages("rstan")
install.packages(c("coda", "mvtnorm", "devtools", "dagitty"))
library(devtools)
devtools::install_github("rmcelreath/rethinking")

About

Notes on Statistical Rethinking by R McElreath

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published