Description Usage Arguments Details Value
inla.collect.results
collect results from a inla-call
1 2 3 4 5 6 | inla.collect.results(
results.dir,
control.results = inla.set.control.results.default(),
debug=FALSE,
only.hyperparam=FALSE,
file.log = NULL)
|
results.dir |
The directory where the results of the inla run are stored |
control.results |
a list of parameters controlling the
output of the function; see |
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 |
This function is mainly used inside inla
and
inla.surv
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.