1. सीखें
  2. /
  3. पाठ्यक्रम
  4. /
  5. Fundamentals of Bayesian Data Analysis in R

Connected

अभ्यास

Change the model to use an informative prior

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

निर्देश

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)