inla.collect.results {INLA} | R Documentation |
inla.collect.results
collect results from a inla-call
inla.collect.results( results.dir, debug=FALSE, only.hyperparam=FALSE, file.log = NULL, file.log2 = NULL)
results.dir |
The directory where the results of the inla run are stored |
debug |
Logical. If |
only.hyperparam |
Binary variable indicating wheather only the results for the hyperparameters should be collected |
file.log |
Character. The filename, if any, of the logfile for the internal calculations |
file.log2 |
Character. The filename, if any, of the logfile2 for the internal calculations |
This function is mainly used inside inla
to collect results after running the inla
function. It can also be used to collect results into R after having
runned a inla section outside R.
The function returns an object of class "inla"
, see the
help file for inla
for details.