feature_rsa_iterate: feature_rsa_iterate

View source: R/feature_rsa_model.R

feature_rsa_iterateR Documentation

feature_rsa_iterate

Description

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).


bbuchsbaum/rMVPA documentation built on April 28, 2024, 6:30 a.m.