Replies: 2 comments 6 replies
-
Hi Davide, Nice to hear that you plan to use the package!
With regards to your error at the end:
As this is not really an issue with regards to the package but data preparation, I have converted this into a discussion entry (see github tab). Cheers, |
Beta Was this translation helpful? Give feedback.
-
Hi, Generally:
Hope that helps and good luck with your modelling exercise. Closing this now. Appendix:
|
Beta Was this translation helpful? Give feedback.
-
Hi!
I am recently using some R packages to perform SDMs, and in the last days, I have been trying the ibis.iSDM.
I think this package would be the best option for what I want to do, but I am having some trouble for integrating data.
Specifically, I have a large GPS-based with ~90.000 occurrences for a large study area. I decided to split the dataset into 10 smaller datasets, and I want to use nine to build models and one to validate them.
The first option I considered was to build different models and then combine them all to create an ensemble.
But after reading the paper and the package functionalities, I would like to create an iterative process in which the output from the first modeling process with the 'dataset1', is used to improve the prediction from the modeling procedure with the 'dataset2'. Then, this new output is used for the modeling procedure with 'dataset3' and so on.
However, I am not sure how to integrate this data. Currently, I am using the option 'add_predictors_model', but this uses the previously obtained model as a variable during the procedure, and I am not sure if this is the best option to integrate this data. I wonder if integrating this data as a prior is better, but I am not able to do this and I found only a few examples in the reference site.
Considering my objective, I would like to know if this solution could work or if there are other options that I should consider in order to iteratively integrate the models, dataset by dataset. Your opinion would be very important here.
This is my code:
Finally, I am getting an error when I use as a background 'background', that is a raster layer (specifically, is the elevation layer listed in the predictors). When using this layer, I get an error I can't understand:
Thank you in advance for your help!
Best regards
Davide
Beta Was this translation helpful? Give feedback.
All reactions