SPM12 fMRI First Level Model
build_spm12_first_level(
...,
outdir = NULL,
est_args = list(write_residuals = FALSE, method = "Classical", bayesian = NULL),
verbose = TRUE
)spm12_first_level(
...,
outdir = NULL,
est_args = list(write_residuals = FALSE, method = "Classical", bayesian = NULL),
add_spm_dir = TRUE,
spmdir = spm_dir(verbose = verbose, install_dir = install_dir),
clean = TRUE,
verbose = TRUE,
install_dir = NULL
)
Arguments passed to
build_spm12_first_level_spec
output directory for results
Arguments passed to
build_spm12_fmri_est
Print diagnostic messages
Add SPM12 directory from this package
SPM dir to add, will use package default directory
Remove scripts from temporary directory after running
directory to download SPM12
A list of objects, including an spm object and output files.