Description Usage Arguments Details Value Author(s) See Also
Run an entire processing pipeline for a given ARF model (minimization and statistics).
1 2 3 4 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.