Add the results from an analysis
Source: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
Usage
get_result(x, ...)
# S4 method for class 'character'
get_result(x, n_cluster = 1, verbose = TRUE, ...)
# S4 method for class 'n2kInla'
get_result(x, verbose = TRUE, ...)
# S4 method for class 'n2kModel'
get_result(x, verbose = TRUE, ...)
# S4 method for class 'n2kManifest'
get_result(x, ..., base, project, verbose = TRUE)
# S4 method for class 's3_object'
get_result(x, ...)
Arguments
- x
object with the current results
- ...
further arguments (see Details)
- n_cluster
The number of clusters to run this function in parallel. Defaults to
1
(= no parallel computing).- verbose
Print extra information on the screen
- base
the base location to read the model
- project
will be a relative path within the base location