trim_INLA_model_obj {BayesfMRI} | R Documentation |
Trim INLA object
Description
Trim an INLA object to only include what is necessary for
activations
or BayesGLM2
.
Usage
trim_INLA_model_obj(INLA_model_obj, minimal = FALSE)
Arguments
INLA_model_obj |
An object of class |
minimal |
Just keep the two parameters needed for |
Value
A trimmed "inla"
object.
[Package BayesfMRI version 0.10.1 Index]