saveModelBin {arf3DS4} | R Documentation |
Save ARF model estimates to a NIFTI file. It has several options regarding which regions of the spatial model are saved.
saveModelBin(arfmodel, type = c("full", "pos", "neg", "fpn", "separate","sig")) saveModelBinSimple(arfmodel)
arfmodel |
An object of class |
type |
What to save: |
When type
is not 'full'
, model predictions are not corrected for overlapping regions.
Returns a model object.
Wouter D. Weeda - w.d.weeda@gmail.com