Welcome to our workshop!
You can follow the slides at
seanvdm.co.za/mdag2025
On the last slide of Part 1 you will find a link to all the resources for the day.
Hit refresh (F5 or Ctrl+r) if nothing is showing.
Think about your own situations. With each example, think about where you might apply these ideas in your own
We could simulate a pair of \(VARIMA_2(1,1,1)-tGARCH(1,1)\) financial time series like so:
The ACTG 315 dataset, available in the ushr R package, includes longitudinal measurements of HIV viral load (log\(_{10}\) RNA copies/mL) over time. It features data on 46 patients, with the longest measurement recorded on Day 196 after baseline (Day 0).
When you want to know whether two population means are different based on independent samples, is it better to
Let’s simulate a few scenarios:
We calculate the power when testing at \(\alpha =\) 0.05 and compare the approaches under each scenario.
Simulation study results
Zoom in to see the ‘difference’.
When is it better to use a table and when is it better to use a plot to present results?
One of the best ways to evaluate the fit of a model is to plot the model and show the data over it. Here we are analysing a reduction in pollution at a dam:
deck <- paste( c(2:10, 'Jack', 'Queen', 'King', 'Ace') |> rep(times=4), 'of',
c('Spades','Diamonds','Clubs','Hearts') |> rep(each=13) )
# To draw a hand of 7 cards:
hand <- deck |> sample(7)
# Shuffling is taking a sample the same size (52) without replacement:
shuffled_deck <- deck |> sample(length(deck))
# To do a bootstrap sample just add: , TRUEThis plot is the basis for my MCMC class:
Perhaps we shall summarise the complete works of Shakespeare in a word cloud?
This presentation was created using the Reveal.js format in Quarto, using the RStudio IDE. Background image created using image editor GIMP by compositing images from CoPilot.
You likely received an email with these resources:
All the workshop resources are on GitHub
Click this link: https://github.com/MuViSU/SASA2025_MDAG

2025/11/25 - MDAG