sdmModels-classes {sdm} | R Documentation |
sdmModels classes
Description
An S4 class to keep all the information of fitted models as well as their evaluations.
Slots
Slots for sdmModels objects:
data
a sdmdata object
recordIDs
Contains the species data
setting
A data.frame containing predictor variables
run.info
a data.frame containing info on runs
replicates
The names of categorical variables (if any)
models
a list contains all fitted objects and relevant information (e.g., evaluation)
Slots for sdmEvaluate objects:
observed
a numeric vector of observed values
predicted
a numeric vector of predicted values
statistics
a list of threshold-independent statistics
threshold_based
a data.frame of threshold-based statistics
Slots for sdmFormula objects:
formula
input formula
vars
character, name of variables
model.terms
the formula terms used in model fitting
data.terms
the formula terms used to manipulate data
Author(s)
Babak Naimi
https://www.biogeoinformatics.org/
[Package sdm version 1.2-46 Index]