Usage
node_raschplot(mobobj, id = TRUE, difficulty = TRUE,
center = TRUE, index = TRUE, names = NULL, abbreviate = FALSE, ref = TRUE,
col = cbind("lightgray", "black"), refcol = "lightgray", linecol = "black",
lty = 2, cex = 0.5, pch = cbind(19, 1), xscale = NULL, yscale = NULL,
xaxis = TRUE, yaxis = TRUE, ylines = 1.5)
Arguments
mobobj
an object of class "mob"
based on Rasch models
fitted by RaschModel
. id
logical. Should the node ID be displayed?
difficulty
logical. Should item difficulty (or alternatively: easiness)
parameters be displayed?
center
logical. Should the item parameters be centered?
index
logical. Should different indexes for different items be used?
names
logical. Should the names for the objects be displayed?
abbreviate
logical or numeric. Should object names be abbreviated?
If numeric this controls the length of the abbreviation.
ref
logical. Should a horizontal line for the reference level be drawn?
col, pch, cex
graphical appearance of plotting symbols. Can be of the same
length as number of items. Additionally col
and pch
can
be matrices with two columns resulting in two symbols being overplotted.
refcol
line color for reference line (if ref
).
xscale, yscale
x and y axis limits.
xaxis, yaxis
logical. Should a axes be plotted?
ylines
numeric. Number of lines used for y-axis labels.