ComeçarComece de graça

But how smart will the next zombie be?

So we have an idea about what the mean zombie IQ is but what range of zombie IQs should we expect? And how likely is it that the next zombie you encounter is, at least, moderately intelligent?

Este exercício faz parte do curso

Fundamentals of Bayesian Data Analysis in R

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

head(pars_sample)
pred_iq <- rnorm(10000, mean = pars_sample$mu, 
                 sd = pars_sample$sigma)

# Visualize pred_iq
Editar e executar o código