Model module wrapper for the biomod2 function BIOMOD_Modeling()

BiomodModel(.df, modelType = "GLM")

Arguments

.df
Internal parameter, do not use in the workflow function. .df is data frame that combines the occurrence data and covariate data. .df is passed automatically in workflow from the process module(s) to the model module(s) and should not be passed by the user.
modelType
A character to describe models to use. Select from 'GLM','GBM','GAM','CTA','ANN','SRE','FDA','MARS','RF','MAXENT'

Details

In order to fit a MaxEnt model, you must first download the MaxEnt executable file maxent.jar and save it in the correct location. The zoon function GetMaxEnt can orchestrate this for you. Running MaxEnt also requires an up-to-date version of java (which you may already have installed).

Version

1.0

Data type

presence/background, presence/absence, abundance, proportion

See also

biomod2::BIOMOD_ModelingOptions

Other model: GBM, LogisticRegression, MachineLearn, MaxEnt, MaxLike, MyMaxLike, OptGRaF, QuickGRaF, RandomForest, StochasticLogisticRegression, mgcv

Author

ZOON Developers, zoonproject@gmail.com