runwise_lm: Perform Runwise Linear Modeling on fMRI Dataset

View source: R/fmrilm.R

runwise_lmR Documentation

Perform Runwise Linear Modeling on fMRI Dataset

Description

This function performs a runwise linear model analysis on an fMRI dataset by running the linear model for each data run and combining the results.

Usage

runwise_lm(dset, model, conlist, fcon, robust = FALSE, verbose = FALSE)

Arguments

dset

An fmri_dataset object.

model

The fmri_model used for the analysis.

conlist

The list of contrasts used in the analysis.

fcon

The F-contrasts used in the analysis.

robust

Logical. Whether to use robust linear modeling (default is FALSE).

verbose

Logical. Whether to display progress messages (default is FALSE).

Value

A list containing the combined results from runwise linear model analysis.


bbuchsbaum/fmrireg documentation built on March 1, 2025, 11:20 a.m.