All Projects â†’ ASKurz â†’ Statistical_rethinking_with_brms_ggplot2_and_the_tidyverse

ASKurz / Statistical_rethinking_with_brms_ggplot2_and_the_tidyverse

Licence: gpl-3.0
The bookdown version lives here: https://bookdown.org/content/3890

Projects that are alternatives of or similar to Statistical rethinking with brms ggplot2 and the tidyverse

Bayesian Neural Networks
Pytorch implementations of Bayes By Backprop, MC Dropout, SGLD, the Local Reparametrization Trick, KF-Laplace, SG-HMC and more
Stars: ✭ 900 (+157.14%)
Mutual labels:  bayesian-inference, regression
Tidyversity
🎓 Tidy tools for academics
Stars: ✭ 155 (-55.71%)
Mutual labels:  tidyverse, regression
Gpstuff
GPstuff - Gaussian process models for Bayesian analysis
Stars: ✭ 106 (-69.71%)
Mutual labels:  bayesian-inference, regression
Data Science Toolkit
Collection of stats, modeling, and data science tools in Python and R.
Stars: ✭ 169 (-51.71%)
Mutual labels:  tidyverse, regression
Moderndive book
Statistical Inference via Data Science: A ModernDive into R and the Tidyverse
Stars: ✭ 527 (+50.57%)
Mutual labels:  tidyverse, regression
R4Econ
R Code Examples Multi-dimensional/Panel Data
Stars: ✭ 16 (-95.43%)
Mutual labels:  tidyverse, regression
mitre
The Microbiome Interpretable Temporal Rule Engine
Stars: ✭ 37 (-89.43%)
Mutual labels:  bayesian-inference
R
All Algorithms implemented in R
Stars: ✭ 294 (-16%)
Mutual labels:  regression
rfordatasciencewiki
Resources for the R4DS Online Learning Community, including answer keys to the text
Stars: ✭ 40 (-88.57%)
Mutual labels:  tidyverse
Synthetic-data-gen
Various methods for generating synthetic data for data science and ML
Stars: ✭ 57 (-83.71%)
Mutual labels:  regression
Srmd
Learning a Single Convolutional Super-Resolution Network for Multiple Degradations (CVPR, 2018) (Matlab)
Stars: ✭ 333 (-4.86%)
Mutual labels:  regression
Tidy
Tidy up your data with JavaScript, inspired by dplyr and the tidyverse
Stars: ✭ 307 (-12.29%)
Mutual labels:  tidyverse
Fuku Ml
Simple machine learning library / 簡單易用的機器學習套件
Stars: ✭ 280 (-20%)
Mutual labels:  regression
Minimalistic-Multiple-Layer-Neural-Network-from-Scratch-in-Python
Minimalistic Multiple Layer Neural Network from Scratch in Python.
Stars: ✭ 24 (-93.14%)
Mutual labels:  regression
Pycaret
An open-source, low-code machine learning library in Python
Stars: ✭ 4,594 (+1212.57%)
Mutual labels:  regression
nessai
nessai: Nested Sampling with Artificial Intelligence
Stars: ✭ 18 (-94.86%)
Mutual labels:  bayesian-inference
Pyvarinf
Python package facilitating the use of Bayesian Deep Learning methods with Variational Inference for PyTorch
Stars: ✭ 317 (-9.43%)
Mutual labels:  bayesian-inference
Kickstarter-Anticipator
The main aim of this project is to tell that the certain project will be successful or it will fail by applying machine learning algorithm. In this , LOGISTIC REGRESSION is used to determine the success of the project by splitting the data into training and testing models and predicting a successful one.
Stars: ✭ 13 (-96.29%)
Mutual labels:  regression
nway
nway -- Bayesian cross-matching of astronomical catalogues
Stars: ✭ 39 (-88.86%)
Mutual labels:  bayesian-inference
Go Deep
Artificial Neural Network
Stars: ✭ 303 (-13.43%)
Mutual labels:  regression

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].