You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running a few different ESDMs and one SSDM using reptile and amphibian presence-only data from South Africa and Zimbabwe. When running the following script (or the equivalent for ESDMs):
Error in dismo::evaluate(p = predicted.values[which(eval.testdata$Presence == :
cannot evaluate a model without absence and presence data that are not NA
I cannot seem to trace the fault. My Occurrences and Env data are in the same projection, and I don't see why the pseudo-absences would be NA.
Additionally, including the GBM algorithm immediately causes R to abort. I am using R 4.3.2 and RStudio 2023.12.1.
Any insight would be greatly appreciated.
Kind regards,
Kurt
The text was updated successfully, but these errors were encountered:
Dear @kurtvanwyk , I can't reproduce your issue with last version of R. Try reinstalling your packages, especially dismo. And if the bug persist try to make a reproducible example with the data from the package.
Hi all,
I am running a few different ESDMs and one SSDM using reptile and amphibian presence-only data from South Africa and Zimbabwe. When running the following script (or the equivalent for ESDMs):
I continue to encounter the following error:
Error in dismo::evaluate(p = predicted.values[which(eval.testdata$Presence == :
cannot evaluate a model without absence and presence data that are not NA
I cannot seem to trace the fault. My Occurrences and Env data are in the same projection, and I don't see why the pseudo-absences would be NA.
Additionally, including the GBM algorithm immediately causes R to abort. I am using R 4.3.2 and RStudio 2023.12.1.
Any insight would be greatly appreciated.
Kind regards,
Kurt
The text was updated successfully, but these errors were encountered: