fmri_model: Construct an fMRI regression model

View source: R/fmri_model.R

fmri_modelR Documentation

Construct an fMRI regression model

Description

This function constructs an fMRI regression model consisting of an event model and a baseline model. The resulting model can be used for the analysis of fMRI data.

Usage

fmri_model(event_model, baseline_model)

Arguments

event_model

An object of class "event_model" representing the event-related part of the fMRI regression model.

baseline_model

An object of class "baseline_model" representing the baseline-related part of the fMRI regression model.

Value

An object of class "fmri_model" containing the event and baseline models.

See Also

event_model, baseline_model


bbuchsbaum/fmrireg documentation built on May 16, 2023, 10:56 a.m.