1. Learn
  2. /
  3. Courses
  4. /
  5. Fundamentals of Bayesian Data Analysis in R

Exercise

Change the model to use an informative prior

The code to the right is the old model you developed from scratch in chapter 2.

Instructions

100 XP
  • Change this model to use the new informative prior for proportion_clicks that you just selected:
rbeta(n_draws, shape1 = 5, shape2 = 95)