Fit a model for each grid cell defined in grid_parameters where each grid cell has a
different combination of fixed parameter values.
Arguments
- data
A
listcontaining the data created using theget_datafunction.- grid_parameters
A
listof parameter inputs for each grid cell. This can be created usingget_grid.- bounds
A
listwithlowerandupperelements defining parameter bounds, created using theget_boundsfunction.- map
A
listdefining how to optionally collect and fix parameters. Default is an emptylist.- random
A character
vectordefining the random effect parameters. Default is an emptyvector.- control
A
listof control parameters passed tonlminb. Default islist(eval.max = 10000, iter.max = 10000).
