roc.rhohat | R Documentation |
Computes the Receiver Operating Characteristic curve for a point pattern from a given intensity function.
## S3 method for class 'rhohat'
roc(X, ..., high = TRUE)
X |
Estimate of rho function (object of class |
... |
Ignored. |
high |
Logical value indicating whether the threshold operation should favour high or low values of the covariate. |
This command computes Receiver Operating
Characteristic curve from an estimate of rhohat
.
See roc
for general information about ROC curves.
It is assumed that the rhohat function X
describes the true functional
dependency of the point process intensity on the given covariate (included in
the rhohat
-object). The ROC curve is estimated by integrating this
function as described in \rocpapercite.
Function value table (object of class "fv"
and "roc"
)
which can be plotted to show the ROC curve.
.
roc
, auc
rh <- rhohat(swedishpines, "x")
plot(roc(rh))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.