flexsdm
flexsdm copied to clipboard
Useful tools for constructing species distribution models
Hi there, just wanted to bring to your attention that when using the part_random function for the bootstrap method that the column name of the presence and absence points must...
> **New Functions** - [ ] Explore variable selection based on univariate model performance, see [Oeser et al., 2024](https://onlinelibrary.wiley.com/doi/10.1111/geb.13911) - [ ] New function to calculate inform user about the...
Calculating extra_eval for many points takes a long time. When extrapolation for both the training environment and a projection environment is wanted, the function has to be run twice. I...
#Issue in rev_jack Function breaks when length(v)>2 if (v < median(x)) Possible solution using a for loop if (any(z > t1)) { f t1) v
When fitting models, I generally like to compare predictive power (evaluation metrics over the testing datasets) against explanatory power (evaluation metrics over the training datasets). This is also an indicator...
At the moment, mean and sd of each performance metric is returned based on its values across cross-validation folds. It would be useful for meta-analysis to be able to extract...
Write a code to calculate a default value for the parameter size in the net method It must be implemented in fit_nnet nnet::nnet( formula1, data = train[[i]], size = 2,...
I'm encountering an error when running the function occfilt_env in my script. This might be related to Issue #313. ``` library(geodata) library(terra) library(flexsdm) library(tibble) library(sf) # get predictor data tmin...
How do I get variable importance? I have used flexsdm to model my species. I now want to find out variable importance. I do not know in this package. You...
# part_sblock is using `&&` operators with vectors that have length bigger than 1 and is causing an error ## Description of error When calling `part_sblock`, the following error is...