Examples

Note

Examples frequently use the print() function. In interactive work, this function can often be omitted. For example, to show a summary of a dataset, examples use >>> print(ds.summary()), but in interactive work simply entering >>> ds.summary() will print the summary.

Datasets

Examples of how to construct and manipulate Dataset objects.

Introduction

Introduction

Dataset basics

Dataset basics

Align datasets

Align datasets

Univariate Statistics

Model coding

Model coding

Repeated measures ANOVA

Repeated measures ANOVA

ANCOVA

ANCOVA

Mass-Univariate Statistics

NDVar, n-dimensional variables, allow mass-univariate statistics analogous to univariate statistics.

Generate NDVar (with artificial data)

Generate NDVar (with artificial data)

Cluster-based permutation t-test

Cluster-based permutation t-test

Two-stage test

Two-stage test

Compare topographies

Compare topographies

Plotting

Examples illustrating the use of the plot functionality.

Boxplot

Boxplot

UTS-statistics (plot.UTSStat)

UTS-statistics (plot.UTSStat)

Colors

Colors

Eelbrain Colormaps

Eelbrain Colormaps

Customizing plots

Customizing plots

Temporal Response Functions

Introduction to Temporal Response Functions (TRFs)

Introduction to Temporal Response Functions (TRFs)

EEG speech envelope TRF

EEG speech envelope TRF

Data partitions for boosting

Data partitions for boosting

Impulse predictors for epochs

Impulse predictors for epochs

Gallery generated by Sphinx-Gallery