fpbOneThreshold | R Documentation |
Calculate the Fpb measure of model accuracy for a single threshold
fpbOneThreshold( threshold, pres, bg, presWeight = rep(1, length(pres)), bgWeight = rep(1, length(bg)), tr = NULL )
threshold |
Numeric value or numeric vector within the range [0, 1]. Threshold value(s) at which to calculate Fpb. |
pres |
Numeric vector. Predictions at presences. |
bg |
Numeric vector. Predictions at background sites. |
presWeight |
Numeric same length as |
bgWeight |
Numeric same length as |
tr |
Same as |
Numeric.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.