plot.p2pass {dexter} | R Documentation |
A plot method for probability_to_pass
Description
Plot equating information from probability_to_pass
Usage
## S3 method for class 'p2pass'
plot(
x,
what = c("all", "equating", "sens/spec", "roc"),
booklet_id = NULL,
...
)
Arguments
x |
An object produced by function |
what |
information to plot, 'equating', 'sens/spec', 'roc, or 'all' |
booklet_id |
vector of booklet_id's to plot, if NULL all booklets are plotted |
... |
Any additional plotting parameters; e.g., cex = 0.7. |
[Package dexter version 1.5.0 Index]