| fit_model | R Documentation |
n2kModel objectFit an n2kModel object
fit_model(x, ...)
## S4 method for signature 'character'
fit_model(
x,
base,
project,
status = c("new", "waiting"),
verbose = TRUE,
...,
bucket
)
## S4 method for signature 'n2kAggregate'
fit_model(x, ...)
## S4 method for signature 'n2kComposite'
fit_model(x, base, project, status = "new", ...)
## S4 method for signature 'n2kHurdleImputed'
fit_model(x, base, project, status = c("new", "waiting"), ...)
## S4 method for signature 'n2kInla'
fit_model(
x,
status = "new",
...,
timeout = NULL,
seed = get_seed(x),
num_threads = NULL,
parallel_configs = TRUE
)
## S4 method for signature 'n2kInlaComparison'
fit_model(x, base, project, status = "new", verbose = TRUE, ...)
## S4 method for signature 'n2kManifest'
fit_model(
x,
base,
project,
status = c("new", "waiting"),
verbose = TRUE,
...,
local = NULL
)
## S4 method for signature 'n2kModelImputed'
fit_model(x, ...)
## S4 method for signature 'n2kSpde'
fit_model(
x,
status = "new",
...,
timeout = NULL,
seed = get_seed(x),
num_threads = NULL,
parallel_configs = TRUE
)
## S4 method for signature 's3_object'
fit_model(x, status = c("new", "waiting"), ...)
x |
the |
... |
other arguments. See details |
base |
The root of a project. Can be either a directory on a file system
or an AWS S3 bucket object.
Extracted from |
project |
The subdirectory of the project. Is relative the |
status |
A vector with status levels naming the levels which should be
calculated.
Defaults to |
verbose |
A logical indicating if the function should display the name
of the file and the status.
Defaults to |
bucket |
The name of the AWS S3 bucket.
Only used when |
timeout |
the optional number of second until the model will time out |
seed |
See the same argument in |
num_threads |
The number of threads to use in the format |
parallel_configs |
Logical.
If TRUE and not on Windows, then try to run each configuration in parallel
(not Windows) using |
local |
A local folder into which objects from an AWS S3 bucket are downloaded. |
status: A vector with status levels naming the levels which should be
recalculated.
Defaults to c("new", "waiting").
verbose: A logical indicating if the function should display the name of
the file and the status.
Defaults to TRUE.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.