项目作者: ASKurz

项目描述 :
Bookdown版本存在于此:https://bookdown.org/connect/#/apps/1850/access
高级语言: HTML
项目地址: git://github.com/ASKurz/Statistical_Rethinking_with_brms_ggplot2_and_the_tidyverse.git
创建时间: 2018-03-25T15:18:19Z
项目社区:https://github.com/ASKurz/Statistical_Rethinking_with_brms_ggplot2_and_the_tidyverse

开源协议:GNU General Public License v3.0

下载


Statistical rethinking with brms, ggplot2, and the tidyverse

DOI

I love McElreath’s Statistical rethinking text. However, I’ve come to prefer using Bürkner’s brms package when doing Bayesian regression in R. It’s just spectacular. I also prefer plotting with Wickham’s ggplot2, and using tidyverse-style syntax (which you might learn about here or here).

So, this project is an attempt to reexpress the code in McElreath’s textbook. His models are re-fit in brms, plots are reproduced or reimagined with ggplot2, and the general data wrangling code now predominantly follows the tidyverse style.

The current version, 1.3.0, is available in HTML only. However, version 1.0.1 is still available as a PDF version.

This repository contains the code and text behind the Statistical rethinking with brms, ggplot2, and the tidyverse
project.

The project was stitched together using Yihui Xie’s bookdown package.