Wrapping up the zombie analysis

Fundamentals of Bayesian Data Analysis in R

Rasmus Bååth

Data Scientist

The result of the zombie analysis

data = c(1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0) 
posterior <- prop_model(data)
median(posterior)
0.19
quantile(posterior, c(0.05, 0.95))
5%    95% 
0.06  0.39
sum(posterior > 0.07) / length(posterior)
0.93
Fundamentals of Bayesian Data Analysis in R

The result in a journal

Fundamentals of Bayesian Data Analysis in R

Fundamentals of Bayesian Data Analysis in R

Fundamentals of Bayesian Data Analysis in R

Next up: How does Bayes work?

Fundamentals of Bayesian Data Analysis in R

Preparing Video For Download...