plot.p2pass: A plot method for probability_to_pass

View source: R/equating.R

plot.p2passR 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 probability_to_pass

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.


dexter documentation built on Nov. 10, 2022, 5:15 p.m.