SCM

Forum: help

Monitor Forum | Start New Thread Start New Thread
RE: Project ensemble models - from single projections vs building single projections [ Reply ]
By: Maya Guéguen on 2023-11-16 08:29
[forum:49810]
Hello Carlos,

biomod2 has changed and improved a lot lately.
New documentation website with examples is available here : https://biomodhub.github.io/biomod2/index.html
Issues are now managed directly onto the github page : https://github.com/biomodhub/biomod2/issues
Feel free to post if you have any questions / problems, or to use it to look for similar problems.

Maya

Project ensemble models - from single projections vs building single projections [ Reply ]
By: CARLOS BEDSON on 2023-11-15 16:45
[forum:49809]
Dear wonderful biomod2 people
Please can you help me understand what is the difference between these two sets of commands. Thank you. Carlos

FIRST
# Project ensemble models (from single projections)
myBiomodEMProj <- BIOMOD_EnsembleForecasting(bm.em = myBiomodEM,
bm.proj = myBiomodProj,
models.chosen = 'all',
metric.binary = 'all',
metric.filter = 'all')

SECOND
# Project ensemble models (building single projections)
myBiomodEMProj <- BIOMOD_EnsembleForecasting(bm.em = myBiomodEM,
proj.name = 'CurrentEM',
new.env = myExpl,
models.chosen = 'all',
metric.binary = 'all',
metric.filter = 'all')


Thanks to:
Vienna University of Economics and Business Powered By FusionForge