/workshop_mHMM_march2024

Repository containing materials for the multilevel hidden Markov model workshop part of the International Conference on Multilevel Analysis

Primary LanguageHTML

Extracting personalised latent dynamics using multilevel hidden Markov models

This webpage contains all the materials for an afternoon workshop on extracting personalised latent dynamics using multilevel hidden Markov models. The materials on this website are CC-BY-4.0 licensed.

cc by

Course objectives

Facilitated by technological advances such as smartphones, smart watches, and sensors, it has become relatively easy and affordable to collect data on groups of individuals with a high temporal resolution: intensive longitudinal data (ILD). Due to the high sampling frequency, ILD can uniquely be used to study how psychological, behavioral and physiological processes unfold over time at the within-person level, and between person differences herein. When the dynamics over time of interest can be represented by a latent construct consisting of mutually exclusive categories, the hidden Markov model (HMM; Rabiner, 1989; de Haan-Rietdijk et al., 2017) is a promising novel approach. The HMM is a probabilistic, unsupervised, longitudinal machine learning method which uncovers empirically derived latent (i.e., hidden) states and the dynamics between these latent states over time. Utilising the multilevel framework, heterogeneity between individuals is accommodated, facilitating the study of individual specific dynamics and differences herein.

The workshop starts with a conceptual introduction on the (multilevel) hidden Markov model and how it fits together with ILD using an empirical example. This is followed by a hands-on workshop using the R CRAN package mHMMbayes.

At the end of this session, participants have a firm grasp of the basics of the multilevel hidden Markov model, as well as the skills to start applying this method in their own work.

Prerequisites

Please bring your laptops. To work with the workshop materials, please load the full documentation package workshop_mHMM_march2024 as a .zip file (near the top of this webpage, under the green Code button, you can find the option Download ZIP).

We assume the following:

  • You are comfortable with estimating and interpreting univariate and multivariate statistical models such as regression models.
  • You are familiar with the R programming language and you have a recent version installed.
  • It's a bonus if you are somewhat familiar with hidden Markov models.
  • You have installed the following R packages on your computer:
    • mHMMbayes (version 1.0.0)
    • ggplot2

You can use the following code to install these at once:

install.packages(c("ggplot2", "mHMMbayes"))

Workshop schedule & materials

Time Duration Activity Content link
13:30 45 Lecture Introduction & multilevel hidden Markov model intro.pdf
14:15 45 Practical Fitting a mHMM + group level parameters intro.html
15:00 15 Break
15:15 45 Lecture Model selection and fit + subject level parameters + covariates More_advanced.hmtl
16:00 45 Practical Model selection and fit + subject level parameters + covariates More_advanced_pract.html
16:45 15 Conclusion Final points + questions Final_points.html

You can download the dataset we will be using from here, see practical 1 for an introduction of the dataset and references. Save it in a nicely accessible place, we will be using it in every practical.

Additional links

Contact

For questions about this course, you can contact the instructor Emmeke (e.aarts@uu.nl) directly.