Description Usage Arguments Value
View source: R/spm12_fmri_first_level.R
SPM12 fMRI First Level Model
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | 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 
 | 
| outdir | output directory for results | 
| est_args | Arguments passed to 
 | 
| verbose | Print diagnostic messages | 
| add_spm_dir | Add SPM12 directory from this package | 
| spmdir | SPM dir to add, will use package default directory | 
| clean | Remove scripts from temporary directory after running | 
| install_dir | directory to download SPM12 | 
A list of objects, including an spm object and output files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.