Online course

Introduction to GLLVM. With spatial and temporal dependency

The central theme of this course is the analysis of multiple correlated response (or dependent) variables using GLMs and GLMMs. Rather than applying multiple univariate GLMs or GLMMs, we will focus on multivariate GLMMs, particularly generalised linear latent variable models (GLLVMs), for the simultaneous analysis of all variables

During the course, we cover a large number of exercises with examples such as trait variables from turtle hatchlings from multiple clutches, biomass data from fish species sampled at multiple sites, count data from 250 freshwater benthic species sampled at 200 sites, abundances of multiple parasite species on fish, counts of 60 different debris types in water samples, abundances of multiple spider species in traps, multiple morphometric variables sampled from honeybees, and absence/ presence of diet variables from faecal samples of brown bears.

In all these examples, we can analyse each variable with a univariate GLM(M). Although these analyses are relatively simple, there are also some problems:

  • Extra Work: Individual analyses are computationally less efficient and require separate validation, interpretation, and reporting.
  • Lack of Multivariate Relationships: Analysing the variables individually neglects the interconnected relationships and interactions between them.
  • No Shared Variation: Univariate models might overlook consistent residual patterns across species, while multivariate models can capture shared variations due to common environmental factors.
  • Multiple Testing: Conducting separate analyses increases the risk of Type I errors, especially when the response variables are highly correlated.
  • Loss of Community-Level Insights: Analysing species separately misses out on a comprehensive, community-level viewpoint and can lead to inconsistent conclusions.

 

COURSE CONTENT

  • Preparation material with on-demand video:
  • Exercise on Poisson and negative binomial GLM.
  • DHARMa for model validation.
  • Matrix notation.

Module 1:

  • General introduction.
  • A short theoretical presentation revising linear mixed-effects models.
  • One exercise on linear mixed-effects models.
  • Theory presentation on generalised linear latent variable models (GLLVM) for the analysis of multivariate
    data.

Module 2:

  • Two exercises on GLLVM for the analysis of count data (Poisson/negative binomial).

Module 3:

  • Theory presentation on constrained GLLVM (reduced rank regression and concurrent ordination).
  • One exercise on constrained GLLVM.
  • Tweedie GLLVM for the analysis of multivariate continuous data.

Module 4:

  • Catching up
  • Gamma, Bernoulli and beta GLLVMs for the analysis of continuous, binary and proportional multivariate data.

Module 5:

  • Adding spatial or temporal correlation to a GLLVM


PRE-REQUIRED KNOWLEDGE
You need to have a good understanding of data exploration, multiple linear regression, and Poisson and negative binomial GLMs. Working knowledge of R is required. Familiarity with linear mixed-effects models is not required but is an advantage.