Learn R Programming

dexter (version 0.8.5)

plot.p2pass: A plot method for probability_to_pass

Description

Plot equating information from probability_to_pass

Usage

# S3 method for p2pass
plot(x, ..., booklet_id = NULL, what = c("both",
  "equating", "sens/spec"))

Arguments

x

An object produced by function probability_to_pass

...

Any additional plotting parameters.

booklet_id

vector of booklet_id's to plot, if NULL all booklets are plotted

what

information to plot, 'equating', 'sens/spec' or 'both'