Skip to contents

Execute an AFNI linear model specification using 3dDeconvolve.

Usage

# S3 method for class 'afni_lm_spec'
run(x, outdir, execute = TRUE, execfun = system, prepend = "", ...)

Arguments

x

An afni_lm_spec object

outdir

Output directory

execute

Logical; execute the command

execfun

Function to execute the command (default: system)

prepend

String to prepend to command

...

Additional arguments

Value

Result of execution