Skip to contents

This function identifies the parameters necessary for carrying out forecasts based on the data used to fit a DRM (or SDM).

Usage

get_fitted_pars(data_list, model = "drm")

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".

Value

a character vector of labels indicating the parameters necessary for the forecast.

Author

lcgodoy