| inla.run.many {INLA} | R Documentation |
inla.run.many
Description
inla.run.many
Usage
inla.run.many(
n.models = 1,
working.directory = NULL,
verbose = inla.getOption("verbose"),
num.threads = inla.getOption("num.threads"),
cleanup = FALSE
)
Arguments
n.models |
Number of models to run |
working.directory |
Where to store results |
verbose |
Run in verbose mode or not |
num.threads |
Number of threads to be used |
cleanup |
Cleanup result files or leave them behind? |
Details
A special inla()-function to run many models (of a particular type)
used by package INLAjoint (for details, check the INLAjoint implementation)
[Package INLA version 25.10.19 Index]