FEAT 2 Practical - Multi-Level


Practical Overview

This tutorial leads you through examples of higher-level group analysis in FEAT.

Paired t test

We have a group of 6 subjects scanned under two different conditions, A (left hand motor function) and B (right hand). Is there a significant A-B paired difference generalisable to the population from which the subjects are drawn? (Note that this is a stroke study, and hence comparing left and right motor function is particularly interesting in this case.)

We want the A-B paired mean difference within a mixed effects model, taking into account the within-subject fixed effects variances and the between-subject random effect variance. This is done as a two-level analysis:

Note that as well as the COPEs, FEAT passes the variance of these COPEs ("varcopes"), and even the uncertainty in the variance of these COPEs ("tdofs" - degrees-of-freedom), between the different levels.

The first level analyses are held in 6 different directories in ~/fsl_course_data/fmri/ptt, one for each subject. The subject directories are ac at cm df dn eg. Within these are the first-level FEAT directories, which have already been run for you.

Each first-level analysis contained 5 contrasts (each related to finger tapping - i.e. "index" finger only, "sequential" order, etc.). Thus there are 5 copes in the stats subdirectory of each first-level .feat directory. The higher-level analysis will be carried out independently on these contrasts, i.e. a second-level analysis of all subjects' first-level "index" contrasts, a separate second-level analysis of all first-level "sequential" contrasts, etc. Each of these second-level analyses will form a separate cope??.feat directory inside a newly-created .gfeat directory.


Group difference with multiple sessions for each subject

We have a set of data which consists of two groups: patients and controls. Within each group we have 5 subjects. For each subject we have 3 sessions of the same experiment. Is there a significant difference between mean effects in the patient group and the control group, which is generalisable to the populations from which the subjects are drawn?

We want the mean group difference, within a mixed effects model, taking into account the within-subject fixed effects variances and the between-subject random effect variance. This is done in THREE levels:

Because each subject only has 3 sessions, we do not run a mixed effects second-level analysis to get an estimation of each subject's mean response. The reason for this is that we would not be able to get a good estimation of the within-subject session-to-session variance with just 3 sessions. Hence we choose to ignore the session-to-session variance by using a fixed effects analysis at this second level. See here for a more involved discussion of the choice of a fixed effects analysis.

In addition to this, the analysis cannot be combined into a single second-level analysis. This is tempting as a design matrix can easily be formed containing each subject's mean (across sessions) as a separate EV, and then contrasts can be formed to test the mean across all subjects. The problem with this model is that there are two separate sources of variability (session-to-session and subject-to-subject) but they cannot be modelled properly (with the correct weighting) in a single level.

The first-level analyses are held in the directories ~/fsl_course_data/fmri/3lev/patients and controls. Within these directories are a directory for each subject, each containing the three first-level FEAT directories which have already been run for you. So, let's start with the level 2, within-subject analysis

We are now ready to setup the third level, between-subject, analysis.

This is the end of the Multi-level FEAT practical.