sel_fit {enmpa} | R Documentation |
Example of selected models fitted
Description
An object of the class enmpa_fitted_models containing fitted selected model(s) and the information from model evaluation for such model(s).
Usage
sel_fit
Format
A list with four elements.
- glms_fitted
a fitted glm (ModelID_7).
- selected
a data.frame with results from evaluation of ModelID_7
- data
a data.frame containing information on presence and absence, and independent variables used to fit GLM models.
- weights
a vector with the weights for observations.
Examples
data("sel_fit", package = "enmpa")
[Package enmpa version 0.1.8 Index]