Writes one plot per item – the item characteristic curve, category
probability curves, threshold probability curves, or category
frequencies – to a single multi-page PDF or a ZIP archive of PNGs,
chosen by the extension of file.
Arguments
- fit
A fitted object from
rasch.- what
Which plot:
"icc","ccc","tpc", or"cfreq".- file
Output path ending in
.pdf(one page per item) or.zip(one PNG per item).- items
Item names or indices; all items by default.
- n_groups
Class intervals for observed overlays.
- grid
Logit grid for the curves.
- observed
Overlay observed proportions on the category and threshold probability curves.
- width, height, dpi
Device size in inches and PNG resolution.