auc.ppm | R Documentation |
Compute the AUC (area under the Receiver Operating Characteristic curve) for a fitted point process model.
## S3 method for class 'ppm'
auc(X, ...)
## S3 method for class 'kppm'
auc(X, ...)
## S3 method for class 'slrm'
auc(X, ...)
X |
Point pattern (object of class |
... |
Arguments passed to |
This command computes the AUC, the area under the Receiver Operating
Characteristic curve. The ROC itself is computed by roc
.
For a fitted point process model X
,
the AUC measures the ability of the
fitted model intensity to separate the spatial domain
into areas of high and low density of points.
Suppose \lambda(u)
is the intensity function of the model.
The AUC is the probability that
\lambda(x_i) > \lambda(U)
.
That is, AUC is the probability that a randomly-selected data point
has higher predicted intensity than does a randomly-selected spatial
location.
The AUC is not a measure of the goodness-of-fit of the model
(Lobo et al, 2007).
(For spatial logistic regression models (class "slrm"
)
replace “intensity” by “probability of presence”
in the text above.)
Numeric.
For auc.ppm
, auc.kppm
and auc.lppm
, the result is a
numeric vector of length 2 giving the AUC value
and the theoretically expected AUC value for this model.
.
Lobo, J.M., Jimenez-Valverde, A. and Real, R. (2007) AUC: a misleading measure of the performance of predictive distribution models. Global Ecology and Biogeography 17(2) 145–151.
Nam, B.-H. and D'Agostino, R. (2002) Discrimination index, the area under the ROC curve. Pages 267–279 in Huber-Carol, C., Balakrishnan, N., Nikulin, M.S. and Mesbah, M., Goodness-of-fit tests and model validity, Birkhauser, Basel.
roc
fit <- ppm(swedishpines ~ x+y)
auc(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.