Relative Content

Tag Archive for rmaxentdismobiomod2

How to make the results of the maxent model in biomod2 consistent with those in the package dismo in R?

I have prepared a set of point data and a set of raster data (both of which are tutorial data from the Maxent official website). Next, I used the package tidysdm to generate a pseudo absence dataset, and applied this pseudo absence dataset to the Maxent model. At the same time, I set relevant parameters in the model to ensure that the parameters of the maxent model in biomod2 and dismo are consistent. However, in the final results, whether it is the importance of variables, the response curve plot, or the predicted values of raster data for the entire study scope, their results are inconsistent. Here is my code. How should I set up my code to ensure that the maxent models of these two extension packages run exactly the same?