knitr::opts_chunk$set(echo = TRUE)

R code

The following package are needed to run the application :

install.packages(c("shiny", "htmltools", "shinythemes","tidyverse","DT",
                   "gridExtra","grid","mvtnorm","plotly","HDInterval","ggjoy","scales","heatmaply", "coda", "reshape2", "ggcorrplot", "viridis"))
## And of course the package for this thesis ... 
devtools::install_github("proto4426/PissoortThesis", build_vignettes=T)

Model

Prior

Diagnostics

The diagnostics presented in Section 4.4 and used in Section 7.4.1 can be used to assess the chains' convergence to their target stationary distribution.

Posterior Predictive

Presented in Section 4.6 and used in Section 7.4.3, the Posterior Predictive Distribution can be conveniently visualized here for the chosen model.



proto4426/PissoortThesis documentation built on May 26, 2019, 10:31 a.m.