powered by
Plot the graphs for the penalty analysis.
# S3 method for JAR plot(x, name.prod, model=1, confidence=TRUE, level=0.05, ...)
Draw a plot of the penalty against the ferquency of the categories.
an object of class fast
a string corresonding to the name of the product for which penalty is drawn
an integer: 1 means that the one-dimensional penalties are drawn, 2 means that the multidimensional penalties are drawn
A boolean: if true, the confidence interval is drawn for each penalty
threshold for the selection of the categories that are plotted
further arguments passed to or from other methods, such as cex, cex.main, ...
Francois Husson
JAR
if (FALSE) { data(JAR) res.jar <- JAR(JAR,col.p=13,col.j=1,col.pref=2) plot.JAR(res.jar,name.prod="284", model=1) }
Run the code above in your browser using DataLab