View source: R/SWD_analysis_helpers.R
summary_calibration | R Documentation |
Helper to summarize all results from model calibration exercises
summary_calibration(proc.or.aicc.results, selection = "OR_AICc")
proc.or.aicc.results |
data.frame with results from evaluation of all
candidate models. Generally the output of |
selection |
(character) model selection criterion, can be "OR_AICc", "AICc", or "OR"; OR = omission rates. Default = "OR_AICc", which means that among models that are statistically significant and that present omission rates below the threshold, those with delta AICc up to 2 will be selected. See details for other selection criteria. |
Other selecton criteria are described below: If "AICc" criterion is chosen, all significant models with delta AICc up to 2 will be selected If "OR" is chosen, the 10 first significant models with the lowest omission rates will be selected.
A list with all results that need to be written to produce the evaluation report.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.