create an afni_lm spec
Usage
afni_lm(
fmri_mod,
dataset,
working_dir = ".",
polort = -1,
jobs = 1,
censor = NULL,
iresp = FALSE,
nodata = NULL,
TR_times = fmri_mod$sampling_frame$TR,
x1D_stop = FALSE,
nofullf_atall = TRUE,
options = NULL,
...
)
Arguments
- fmri_mod
the fmri_model
- dataset
the dataset
- working_dir
the working directory
- polort
polynomial detrending order
- jobs
number of parallel jobs
- censor
censoring vector
- iresp
whether to output IRFs
- nodata
nodata option for testing
- TR_times
TR in seconds
- x1D_stop
whether to stop after creating design matrix
- nofullf_atall
skip full F-test
- options
optional list of additional options that override defaults
- ...
additional 3dDeconvolve options