Study 2.2: Semantic decision
Prior predictive checks
Figures 46, 47 and 48 show the prior predictive checks for the Gaussian models (for background on these checks, see Study 2.1). The three plots—corresponding to models that used the default Gaussian distribution—show that the priors fitted the data acceptably but not very well.
Code
include_graphics(
paste0(
getwd(), # Circumvent illegal characters in file path
'/semanticdecision/bayesian_analysis/prior_predictive_checks/plots/semanticdecision_priorpredictivecheck_informativepriors.pdf'
))
Code
include_graphics(
paste0(
getwd(), # Circumvent illegal characters in file path
'/semanticdecision/bayesian_analysis/prior_predictive_checks/plots/semanticdecision_priorpredictivecheck_weaklyinformativepriors.pdf'
))
Code
include_graphics(
paste0(
getwd(), # Circumvent illegal characters in file path
'/semanticdecision/bayesian_analysis/prior_predictive_checks/plots/semanticdecision_priorpredictivecheck_diffusepriors.pdf'
))
In contrast to the results from the Gaussian models, Figures 49, 50 and 51 demonstrate that, when an ex-Gaussian distribution was used, the priors fitted the data far better, which converged with the results found in Study 2.1.
Code
include_graphics(
paste0(
getwd(), # Circumvent illegal characters in file path
'/semanticdecision/bayesian_analysis/prior_predictive_checks/plots/semanticdecision_priorpredictivecheck_informativepriors_exgaussian.pdf'
))
Code
include_graphics(
paste0(
getwd(), # Circumvent illegal characters in file path
'/semanticdecision/bayesian_analysis/prior_predictive_checks/plots/semanticdecision_priorpredictivecheck_weaklyinformativepriors_exgaussian.pdf'
))
Code
include_graphics(
paste0(
getwd(), # Circumvent illegal characters in file path
'/semanticdecision/bayesian_analysis/prior_predictive_checks/plots/semanticdecision_priorpredictivecheck_diffusepriors_exgaussian.pdf'
))
Posterior predictive checks
Based on the above results, the ex-Gaussian distribution was used in the final models. Figure 52 presents the posterior predictive checks for the latter models. The interpretation of these plots is simple: the distributions of the observed (y) and the predicted data (\(y_{rep}\)) should be as similar as possible. As such, the plots below suggest that the results are not entirely trustworthy. Indeed, the results themselves (Appendix E) are clearly not valid.
Code
include_graphics(
paste0(
getwd(), # Circumvent illegal characters in file path
'/semanticdecision/bayesian_analysis/posterior_predictive_checks/plots/semanticdecision_posteriorpredictivechecks_allpriors_exgaussian.pdf'
))
Thesis: https://doi.org/10.17635/lancaster/thesis/1795.
Online book created using the R package bookdown.