R/syncGetters.R
getSyncModel.Rd
Get sync model from inp_sync object obtained by getInpSync()
getSyncModel(inp_sync, silent = TRUE, fine_tune = FALSE, max_iter = 100)
inp_sync | Input data prepared for the sync model using `getInpSync()` |
---|---|
silent | Keep TMB quiet |
fine_tune | Logical. Whether to re-run the sync model excluding residual outliers. Consider to use fineTuneSyncModel() instead. |
max_iter | Max number of iterations to run TMB. Default=100 seems to work in most cases. |