processModel {arf3DS4} | R Documentation |
Run an entire processing pipeline for a given ARF model (minimization and statistics).
processModel(arfmodel, options = loadOptions(arfmodel), dat = readData(.model.avgdatfile(arfmodel)), weights = readData(.model.avgWfile(arfmodel)), pr = T, printlevel = 0, try.silen = T)
arfmodel |
An arf model object (class |
options |
An "options" object (class |
dat |
An object of class "fmri.data" ( |
weights |
An object of class "fmri.data" ( |
pr |
Print output to the screen, or perform silently. |
printlevel |
Number indicating the level of output of the minimization procedure. |
try.silen |
Should errors be printed when they occur or only passed to the |
processModel calls fitModel
, varcov
and wald
. The model is automatically saved.
Returns an object of class "model" with the appropriate slots.
Wouter D. Weeda - w.d.weeda@gmail.com
model
, options
, fmri.data
, newModel
, fitModel
, varcov
, wald