enmpa_fitted_models | R Documentation |
Constructor of S3 objects of class enmpa_fitted_models
new_enmpa_fitted_models(glms_fitted, selected, data, weights = NULL)
glms_fitted |
a list of fitted GLMs. |
selected |
date.frame with information about selected models. |
data |
data.frame or matrix with the input data used for calibration. |
weights |
(numeric) a vector with the weights for observations. Default = NULL. |
An S3 object of class enmpa_fitted_models
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.