R/get_result.R
, R/get_result_character.R
, R/get_result_n2k_inla.R
, and 3 more
get_result.Rd
Add the results from an analysis
get_result(x, ...)
# S4 method for character
get_result(x, n_cluster = 1, verbose = TRUE, ...)
# S4 method for n2kInla
get_result(x, verbose = TRUE, ...)
# S4 method for n2kModel
get_result(x, verbose = TRUE, ...)
# S4 method for n2kManifest
get_result(x, ..., base, project, verbose = TRUE)
# S4 method for s3_object
get_result(x, ...)
object with the current results
further arguments (see Details)
The number of clusters to run this function in parallel.
Defaults to 1
(= no parallel computing).
Print extra information on the screen
the base location to read the model
will be a relative path within the base location