Usage
## S3 method for class 'Rm':
plotICC(object, item.subset = "all", empirical = FALSE,
xlim = c(-4, 4), ylim = c(0, 1), xlab = "Latent Dimension",
ylab = "Probability to Solve", col = NA, lty = 1, legpos = "left", ...)
## S3 method for class 'dRm':
plotjointICC(object, item.subset = "all", legend = TRUE,
xlim = c(-4, 4), ylim = c(0, 1), xlab = "Latent Dimension",
ylab = "Probability to Solve", lty = 1, legpos = "left", ...)
Arguments
object
object of class Rm
or dRm
item.subset
Subset of items to be plotted. Either a numeric vector indicating
the column in X
or a character vector indiciating the column name.
If "all"
, all items are plotted.
empirical
Option for plotting the empirical ICCs for objects of class dRm
legend
If TRUE
, legend is provided, otherwise the ICCs are labeled.
xlim
Range of person parameters.
ylim
Range for probability to solve.
col
If NA
, line color is determined automatically.
legpos
Position of the legend with possible values "bottomright"
,
"bottom"
, "bottomleft"
, "left"
, "topleft"
, "top"
,
"topright"
, "right"
and "cen
...
Additional plot parameters.