update.incubate_fit {incubate} | R Documentation |
Refit an incubate_fit
-object with specified optimization arguments.
If more things need to be changed use delay_model
.
Description
Refit an incubate_fit
-object with specified optimization arguments.
If more things need to be changed use delay_model
.
Usage
## S3 method for class 'incubate_fit'
update(object, optim_args, verbose = 0, ...)
Arguments
object |
|
optim_args |
optimization arguments |
verbose |
integer flag. Requested verbosity during |
... |
further arguments, currently not used. |
Value
The updated fitted object of class incubate_fit
[Package incubate version 1.2.1 Index]