Skip to contents

Simplified interface for task-informed HATSA with automatic method selection.

Usage

hatsa_task(
  data,
  task_data,
  anchors = "auto",
  components = 20,
  method = c("auto", "blend", "gev", "augmented"),
  preset = c("default", "fast", "accurate"),
  ...
)

Arguments

data

List of subject data matrices (time × voxels)

task_data

List of task activation matrices

anchors

Either "auto" for automatic selection, or a vector of anchor indices

components

Number of spectral components (default: 20)

method

Task incorporation method: "auto", "blend", "gev", or "augmented"

preset

Configuration preset: "default", "fast", or "accurate"

...

Additional parameters passed to run_task_hatsa

Value

A task_hatsa_projector object