View source: R/SWD_analysis_helpers.R
proc_or_aicc | R Documentation |
proc_or_aicc performs a series of step by step processes that help to read files from directores, extract necessary data, and evaluate Maxent predictions based on partial ROC, omission rates, and AICc values.
proc_or_aicc(occ.joint, occ.tra, occ.test, raw.folders, log.folders,
threshold = 5, rand.percent = 50, iterations = 500, kept = TRUE)
occ.joint |
(character) the name of csv file with training and testing occurrences combined; columns must be: species, longitude, and latitude. |
occ.tra |
(character) the name of the csv file with the training
occurrences; columns as in |
occ.test |
(character) the name of the csv file with the evaluation
occurrences; columns as in |
raw.folders |
(character) vector of names of directories containing models created with all occurrences and raw outputs. |
log.folders |
(character) vector of names of directories containing models created with training occurrences and logistic outputs. |
threshold |
(numeric) the percentage of training data omission error allowed (E); default = 5. |
rand.percent |
(numeric) the percentage of data to be used for the bootstraping process when calculating partial ROCs; default = 50. |
iterations |
(numeric) the number of times that the bootstrap is going to be repeated; default = 500. |
kept |
(logical) if FALSE, all candidate models will be erased after evaluation, default = TRUE. |
A data.frame with the results of partial ROC, omission rates, and AICc metrics for all candidate models.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.