Learn R Programming

arf3DS4 (version 2.5-4)

saveModelBin: Save ARF model estimates to a NIFTI file.

Description

Save ARF model estimates to a NIFTI file. It has several options regarding which regions of the spatial model are saved.

Usage

saveModelBin(arfmodel, type = c("full", "pos", "neg", "fpn", 
 "separate","sig"))
saveModelBinSimple(arfmodel)

Arguments

arfmodel
An object of class model.
type
What to save: 'full' = Full model (1 file), 'pos+neg'= positive + negative regions (2 files), 'pos' = Only positive regions (1 file), 'neg' = Only negative regions (1 file), 'fpn' = Full, po

Value

  • Returns a model object.

Details

When type is not 'full', model predictions are not corrected for overlapping regions.

See Also

model, writeData, fmri.data