print: Print a Baseline Model

print.afni_lm_specR Documentation

Print a Baseline Model

Description

Displays key information about the baseline model components and a preview of the design matrix.

Print a contrast set.

Print a contrast specification.

Print a contrast.

Print a polynomial contrast specification.

Print a contrast difference specification.

Provides a concise summary of an event object using cli.

Provides a concise summary of an event_model object using cli.

Provides a concise summary of an event_term object using cli.

Provides a colorful and informative printout.

Usage

## S3 method for class 'afni_lm_spec'
print(x, ...)

## S3 method for class 'baseline_model'
print(x, ...)

## S3 method for class 'contrast_set'
print(x, ...)

## S3 method for class 'contrast_spec'
print(x, ...)

## S3 method for class 'contrast'
print(x, ...)

## S3 method for class 'poly_contrast_spec'
print(x, ...)

## S3 method for class 'contrast_diff_spec'
print(x, ...)

## S3 method for class 'event'
print(x, ...)

## S3 method for class 'event_model'
print(x, ...)

## S3 method for class 'fmri_term'
print(x, ...)

## S3 method for class 'convolved_term'
print(x, ...)

## S3 method for class 'afni_hrf_convolved_term'
print(x, ...)

## S3 method for class 'event_term'
print(x, ...)

## S3 method for class 'fmri_model'
print(x, ...)

## S3 method for class 'fmri_lm'
print(x, ...)

## S3 method for class 'fmri_rlm'
print(x, ...)

Arguments

x

An fmri_rlm object

...

Additional arguments passed to print.fmri_lm

Value

The input object, invisibly.

Examples

sframe <- fmrihrf::sampling_frame(blocklens = 5, TR = 1)
bmod <- baseline_model(sframe = sframe)
print(bmod)

bbuchsbaum/fmrireg documentation built on June 10, 2025, 8:18 p.m.