plot method for raschmix-class objects gives a
base plot of the item parameter profiles in each class. A lettice plot
of the item parameters is returned by xyplot. A rootogram or
histogram of the posterior probabilities is plotted via histogram.## S3 method for class 'raschmix,missing':
plot(x, y, component = NULL, difficulty = TRUE,
center = TRUE, index = TRUE, names = NULL,
abbreviate = FALSE, ref = TRUE, col = "black",
refcol = "lightgray", linecol = NULL, lty = 2, cex = 1,
pch = 19, type = NULL, ylim = NULL, xlab = "Items",
ylab = NULL, legend = TRUE, pos = "topright", ...)
## S3 method for class 'raschmix':
histogram(x, data, root = TRUE, ...)
## S3 method for class 'raschmix':
xyplot(x, data, component = NULL, item = NULL,
difficulty = TRUE, plot.type = c("multiple", "single"),
auto.key = NULL, type = "b", lty = NULL, xlab = "Item", ylab = NULL,
panel = NULL, scales = NULL, ...)"raschmix".col is a vector, it is
interpreted as the color of the components respectively. Individual
coloring within components is possible if col is given as a matrix
with each column representing one component.plot (for a base graph) or xyplot (for a lattice plot).
For a graphical representation of the quality of the mixture use
histogram. For details see plot-methods.Friedrich Leisch. Exploring the structure of mixture model components. In Jaromir Antoch, editor, Compstat 2004 - Proceedings in Computational Statistics, pages 1405-1412. Physika Verlag, Heidelberg, Germany, 2004. ISBN 3-7908-1554-3.