| plot.grass_result | R Documentation |
The default "landing" plot overlays observed kappa, PABAK, and AC1 on
the GRASS prevalence-conditioned reference curves. The "regime" plot
places the study on the PI^2 vs BI^2 plane.
## S3 method for class 'grass_result'
plot(
x,
type = c("landing", "regime"),
labels = c("auto", "inline", "legend"),
show_medium = FALSE,
title = NULL,
subtitle = NULL,
...
)
x |
A |
type |
Either |
labels |
Where to identify the three curves: |
show_medium |
If |
title, subtitle |
Optional strings to override the default title and
subtitle. Pass |
... |
Unused. |
Reference curves are the Youden-J-optimal metric values from the GRASS
simulation across prevalence, for competent raters (Se, Sp at or above
0.85 for "high" quality; 0.70 for "medium").
A ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.