enmpa_fitted_models {enmpa}R Documentation

Constructor of S3 objects of class enmpa_fitted_models

Description

Constructor of S3 objects of class enmpa_fitted_models

Usage

new_enmpa_fitted_models(glms_fitted, selected, data, weights = NULL)

Arguments

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.

Value

An S3 object of class enmpa_fitted_models.


[Package enmpa version 0.1.8 Index]