Tutorial 25: Statistics

[TUTORIAL UNDER DEVELOPMENT: NOT READY FOR PUBLIC USE]

Authors: Francois Tadel, Dimitrios Pantazis, Elizabeth Bock, Sylvain Baillet

Until now we have been computing measures of the brain activity in time or time-frequency domain. We were able to observe clear effects or slight tendencies, but what we were observing was always dependent on an arbitrary amplitude threshold or on the configuration of the colormap. With appropriate statistical tests, we can go beyond these empirical observations and assess what are the significant effects in a more formal way.

We are typically interested in comparing different groups of samples. We want to know what is significantly different in the brain responses of two experimental conditions or two groups of subjects. So we will be essentially estimating differences and testing if these differences are significantly different from zero.

Difference deviant-standard

In this auditory oddball experiment, we can test for the significant differences between the brain response to the deviant beeps and the standard beeps, time sample by time sample.

Before running complicated statistical tests that will take weeks of computation, you can start by checking what the difference of the average responses looks like. If in this difference you observe obvious effects that are clearly not what you are expecting, it's not worth moving forward with finer analysis: either the data is not clean enough or your initial hypothesis is wrong.

We are going to use the Process2 tab, at the bottom of the Brainstorm figure. It works exactly like the Process1 tab but with two lists of input files, referred to as FilesA (left) and FilesB (right).

Difference of means

Another process can compute the average and the difference at the same time. We are going to compute the difference of all the trials from both runs at the sensor level. This is usually not recommended because the subject might have moved between the runs. Averaging the recordings across runs is not accurate but can give a good first approximation, in order to make sure we are on the right tracks.

Parametric Student's t-test

Using a t-test instead of the difference of the two averages, we can reproduce similar results but with a significance level attached to each value.

From CTF

This tutorial introduces the Process2 tab, which is mainly used to test two different sets of data. This tab works the same way as the Process1 tab, except that you have to define two sets of files instead of one. This tool will be presented very briefly now, and the results will not have any scientific meaning, because the protocol TutorialCTF do not contain enough data to perform any interesting statistical test.

Binary processes

The first type of processes you can find in the Process2 panel are binary file-by-file operations. You define a list of files A and a list of files B, with the same number of files in both lists, and you run a process that is going to create one output file for each couple of files (Ai, Bi). The only two process of that type that are available now are: a difference and an average. Let's try the difference, just for illustrating the interface.

Files selection

Drag and drop the Right condition in "Files A" list, and the Left condition in "Files B" list. Select the "recordings" button. Click on Run.

Process selection

Select process "Other > Difference A - B" to compute a "file by file" difference between files A and files B. Click on Ok to run the process.

Results

There where 2 x 2 files in input, there are 2 files in output, in a newly created condition "Right - Left".

Now delete this condition before going any further.

Tests

We do not have enough data to illustrate these tests, it will be done soon in another tutorial, based on single trials instead of average recordings. Its works exactly the same way with many files or many subjects: put all the files from condition A in the first list, and all the files from condition B in second list, no matter if they belong to the same subject or not. Then select your process.

In the multiple subjects case, the exploration mode "Functional data (by condition)" is usually useful to select a given condition for all the subjects. To switch to this mode, click on the third button on top of the database explorer in the main window.

Difference of mean

Calculates separately the average of files A and the average of files B, and the do the subtraction average(A) - average(B).

Student's t-test

Get the significant differences between two conditions.

Student's t-test (paired)

For the two previous processes, the number of files in sets A and B do not have to be the same. This one requires to have the same number of samples on both sides. It creates dynamically a new set of files C, where file Ci = (Ai - Bi), and then tests if this set C is equal to zero.

FieldTrip: Cluster-based correction

Export to SPM

Brainstorm does not offer a very large variety of statistical tests. However, it is easy to export your source results and process them with a specialized program. Some examples are illustrated in the advanced tutorials:

On the hard drive

References

Maris E, Oostendveld R, Nonparametric statistical testing of EEG- and MEG-data, 2007

Pantazis D, Nichols TE, Baillet S, Leahy RM. A comparison of random field theory and permutation methods for the statistical analysis of MEG data, 2005

Additional discussions on the forum

Delete all your experiments

Before moving to the next tutorial, delete all the statistic results you computed in this tutorial. It will make it the database structure less confusing for the following tutorials.








Feedback: Comments, bug reports, suggestions, questions
Email address (if you expect an answer):


Tutorials/Statistics (last edited 2015-09-04 18:25:55 by FrancoisTadel)