This is a test version of Biostars. For the public version, visit https://www.biostars.org.
problem in BIOMOD2

Hi, can anyone explain this section, please

myBiomodModelOut <- BIOMOD_Modeling(
  myBiomodData,
  models = c('GLM', 'GAM', 'RF', 'SRE', 'MAXENT.Phillips'),
  models.options = myBiomodOption,
  NbRunEval=3,
  DataSplit=70,
  Prevalence=0.5,
  VarImport=3,
  models.eval.meth = c('TSS','ROC'),
  SaveObj = TRUE,
  rescal.all.models = TRUE,
  do.full.models = FALSE,
  modeling.id = paste('Fagus orientalis',"FirstModeling",sep=""))

I tried to train with this scrip that someone provided, but when I run it in Rstudio I faced this error:

Error in BIOMOD_Modeling(myBiomodData, models = c("GLM", "GAM", "RF", :
unused arguments (models.options = myBiomodOption, NbRunEval = 3, DataSplit = 70, Prevalence = 0.5, VarImport = 3, models.eval.meth = c("TSS", "ROC"), SaveObj = TRUE, rescal.all.models = TRUE)

Please help me to solve it, thank you

random-forest sdm biomod2 rstudio machine-learning

0 answers

No answers yet.

Log in to answer this question.