Description Usage Arguments Value
View source: R/find_best_model_ntbox.R
Function to find the best n-dimensional ellipsoid model using Partial Roc as a performance criteria.
1 2 3 4 5 6 7 8 9 10 11 12 13 | find_best_model_ntbox(
this_species,
cor_threshold = 0.9,
nbg_points = 50000,
omr_criteria = 0.1,
ellipsoid_level = 0.975,
nvars_to_fit = c(2, 3),
E = 0.05,
RandomPercent = 50,
NoOfIteration = 1000,
parallel = TRUE,
n_cores = 6
)
|
this_species, |
Species Temporal Environment "sp.temporal.env" object see |
cor_threshold |
Threshold valuefrom which it is considered that the correlation is high see |
nbg_points |
Number of background points used to compute partial ROC test. See |
omr_criteria |
Omission rate used to select best models. See |
ellipsoid_level |
The proportion of points to be included inside the ellipsoid see |
nvars_to_fit |
Number of variables that will be used to model. |
E |
Amount of error admissible for Partial Roc test (by default =.05). Value should range between 0 - 1. see |
RandomPercent |
Occurrence points to be sampled in randomly for the boostrap of the Partial Roc test |
NoOfIteration |
Number of iteration for the bootstrapping of the Partial Roc test |
parallel |
Logical argument to run computations in parallel. Default TRUE |
n_cores |
Number of cores to be used in parallelization. Default 4 |
A "sp.temp.best.model" object with metadata of the best model given the performance of the Partial Roc test.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.