Plot category probability curves
Usage
plot_ccc(
fit,
item,
grid = seq(-6, 6, 0.05),
observed = FALSE,
n_groups = fit$n_groups
)Arguments
- fit
A fitted object from
rasch.- item
Item name or column index.
- grid
Logit grid over which to draw the curves.
- observed
Overlay the observed category proportions per class interval (Andrich and Marais 2019, ch. 20).
- n_groups
Class intervals for the observed points.
