View source: R/prepare_adfun.R
make_sim_adfun | R Documentation |
Read in a simulated data set and construct a TMB ADFun for model fitting.
make_sim_adfun( study, repl, opmod, estmod = NULL, sub_df = NULL, spec_estd = NULL, root_dir = ".", max_T = NULL, index_step, ... )
study |
Simulation study |
repl |
Replicate number |
opmod |
Operating model |
estmod |
Estimation model |
sub_df |
Data frame indicating subsampling strategy; see
|
spec_estd |
List of logicals indicating which parameters are to be
estimated, as output |
root_dir |
Directory to load data from |
max_T |
Last year of data to include |
index_step |
Index grid step size |
... |
Additional options to pass to |
A TMB ADFun suitable for optimization
John Best
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.