An S4 class to keep all the information of fitted models as well as their evaluations.
Slots for sdmModels objects:
dataa sdmdata object
recordIDsContains the species data
settingA data.frame containing predictor variables
run.infoa data.frame containing info on runs
replicatesThe names of categorical variables (if any)
modelsa list contains all fitted objects and relevant information (e.g., evaluation)
Slots for sdmEvaluate objects:
observeda numeric vector of observed values
predicteda numeric vector of predicted values
statisticsa list of threshold-independent statistics
threshold_baseda data.frame of threshold-based statistics
Slots for sdmFormula objects:
formulainput formula
varscharacter, name of variables
model.termsthe formula terms used in model fitting
data.termsthe formula terms used to manipulate data
Babak Naimi