print.afni_lm_spec | R Documentation |
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.
## 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, ...)
x |
An fmri_rlm object |
... |
Additional arguments passed to print.fmri_lm |
The input object, invisibly.
sframe <- fmrihrf::sampling_frame(blocklens = 5, TR = 1)
bmod <- baseline_model(sframe = sframe)
print(bmod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.