Sign-up

Sign-up for the workshop has now closed.

We have emailed payment details and confirmation messages to all registered participants.

In preparation for the workshop, it would be helpful to install a recent version of R (https://www.r-project.org/) and Rstudio (RStudio Desktop - Posit). Typing the following command into the R console will install the packages necessary to run StratoBayes on day 2:

install.packages(c("cli", "coda", "doParallel", "EnvStats", "fda",
                   "foreach", "dbscan", "mcmcse", "msm", "mvnfast",
                   "protoclust", "Rcpp", "Rdpack", "Rfast"))