Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.05 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.05 KB

README

This repository is a collection of notes and materials from Physalia Courses class Computational Bayesian Methods Using BRMS in R

What you might find in this repository:

  • Scripts which contain the functions used in this course with examples of how the functions are used.
  • An initiation R-script bayes_set_seed.R
    • bayes_set_seed.R is used as a source script which is called by each script within the course.
    • The initiation script loads the libraries used for the scripts and sets the working directory to the folder where the script resides.
  • Script Beta_Distribution.R - formulas and graphs from Ed Boone's YouTube channel