skillSummary | R Documentation |
Computes comprehensive performance metrics for fishery management procedures.
skillSummary(om, mp)
om |
Numeric vector of operating model outputs (true values) |
mp |
Numeric vector of management procedure predictions |
Data.frame containing:
AUC: Area Under ROC Curve
TSS: True Skill Statistic at reference threshold
BSS: Best achievable skill score
ref: Optimal reference threshold
TPR/FPR: Rates at reference threshold
TPR2/FPR2: Rates at optimal threshold
om <- runif(100, 0.5, 1.5)
mp <- om * exp(rnorm(100, sd=0.2))
skillSummary(om, mp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.