Panel-Generating Function for Visualizing Rasch, Rating Scale and Partial Credit Tree Models
Panel-generating function for visualizing the absolute item threshold parameters from the nodes in rasch, rating scale and partial credit tree models.
node_regionplot(mobobj, names = FALSE, abbreviate = TRUE, type = c("mode", "median", "mean"), ref = NULL, ylim = NULL, off = 0.1, col_fun = gray.colors, bg = "white", uo_show = TRUE, uo_col = "red", uo_lty = 2, uo_lwd = 1.25, ylines = 2)
mobobj |
an object of class |
names |
logical or character. If |
abbreviate |
logical. Should item names be abbreviated? If numeric this controls the length of the abbreviation. |
type |
character, specifying which type of threshold parameters
are to be used to mark the category regions per item in the plot
(see |
ref |
a vector of labels or position indices of item parameters
which should be used as restriction/for normalization. If
|
ylim |
y axis limits |
off |
numeric, the distance (in scale units) between two item rectangles. |
col_fun |
function. Function to use for creating the color
palettes for the rectangles. Per default |
bg |
color for background filling. |
uo_show |
logical. If set to |
uo_col |
character, color of indication lines (if |
uo_lty |
numeric. Line typ of indication lines (if |
uo_lwd |
numeric. Line width of indication lines (if |
ylines |
numeric. Number of lines used for y-axis labels. |
The panel-generating function node_regionplot
is called by the
plot
method of "rstree"
and "pctree"
objects by
default and does not have to be called by the user directly.
See regionplot
for details and references
of the drawn region plots and possible values and their meaning for
the argument type
(taken by node_regionplot
).
Prior to version 0.13-1, node_regionplot
was called node_effects
.
A panel function which can be supplied to the plot
method
for "mob"
objects.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.