This function identifies the parameters necessary for carrying out forecasts based on the data used to fit a DRM (or SDM).
Arguments
- data_list
a
list
used as input for model fitting. Typically, the output from the make_data function.- model
a
character
indicating which model forecasts are sought for. This input admits two possible entries: "drm" (default) or "sdm".