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 = TRUE,
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",
srt = 45, adj = c(1.1, 1.1), ...)
## 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. Leisch, F. (2004). FlexMix: A General Framework for Finite Mixture
Models and Latent Class Regression in R.
Journal of Statistical Software, 11(8), 1--18.
Leisch, F. (2004). Exploring the Structure of Mixture Model Components. In Jaromir Antoch, editor, Compstat 2004 -- Proceedings in Computational Statistics, pages 1405--1412. Physika Verlag, Heidelberg, Germany. ISBN 3-7908-1554-3.