Skip to contents

Run a separate MVPA analysis for multiple disjoint regions of interest.

Usage

run_regional(model_spec, region_mask, ...)

Arguments

model_spec

A mvpa_model instance containing the model specifications.

region_mask

A NeuroVol or NeuroSurface object where each region is identified by a unique integer. Every non-zero set of positive integers will be used to define a set of voxels for classification analysis.

...

Extra arguments passed to the specific regional analysis methods.

Value

A named list of results for each region of interest.

Examples

# TODO: Add an example