Skip to contents

Runs feature-based representational similarity analysis (RSA) for each voxel set in a list.

Usage

feature_rsa_iterate(
  mod_spec,
  vox_list,
  ids = 1:length(vox_list),
  permute = FALSE
)

Arguments

mod_spec

An object of class rsa_model specifying the RSA model.

vox_list

A list of voxel indices or coordinates for each voxel set.

ids

A vector of IDs for each voxel set (defaults to 1:length(vox_list)).

permute

Logical, whether to permute the labels (defaults to FALSE).