Created
December 10, 2021 20:46
-
-
Save MJacobs1985/57fd77ce36f68eef588f21fe0369259e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| library(LaplacesDemon) | |
| library(tidyverse) | |
| library(brms) | |
| library(cmdstanr) | |
| library(posterior) | |
| library(bayesplot) | |
| library(coda) | |
| library(mvtnorm) | |
| library(loo) | |
| library(dagitty) | |
| library(MASS) | |
| library(splines) | |
| library(rethinking) | |
| library(BayesFactor) | |
| library(gRain) | |
| library(bnlearn) | |
| library(readxl) | |
| library(mltools) | |
| library(data.table) | |
| library(lattice) | |
| library(skimr) | |
| library(lme4) | |
| library(bayesrules) | |
| library(tidyverse) | |
| library(bayesplot) | |
| library(rstanarm) | |
| library(tidybayes) | |
| library(broom.mixed) | |
| library(janitor) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment