do_standard: Perform standard searchlight analysis

do_standardR Documentation

Perform standard searchlight analysis

Description

This function performs standard searchlight analysis using a specified model and radius. It can be customized with different MVPA functions, combiners, and permutation options.

Usage

do_standard(
  model_spec,
  radius,
  mvpa_fun = mvpa_iterate,
  combiner = combine_standard,
  permute = FALSE,
  ...
)

Arguments

model_spec

An object specifying the model to be used in the searchlight analysis.

radius

The radius of the searchlight sphere.

mvpa_fun

The MVPA function to be used in the searchlight analysis (default is mvpa_iterate).

combiner

The function to be used to combine results (default is combine_standard).

permute

Whether to permute the labels (default is FALSE).

...

Additional arguments to be passed to the MVPA function.


bbuchsbaum/rMVPA documentation built on April 23, 2024, 7:35 a.m.