plot.JAR: Make penalty graph

Description Usage Arguments Value Author(s) See Also Examples

View source: R/plot.JAR.R

Description

Plot the graphs for the penalty analysis.

Usage

1
2
3
## S3 method for class 'JAR'
plot(x, name.prod, model=1, confidence=TRUE, level=0.05, ...)
    

Arguments

x

an object of class fast

name.prod

a string corresonding to the name of the product for which penalty is drawn

model

an integer: 1 means that the one-dimensional penalties are drawn, 2 means that the multidimensional penalties are drawn

confidence

A boolean: if true, the confidence interval is drawn for each penalty

level

threshold for the selection of the categories that are plotted

...

further arguments passed to or from other methods, such as cex, cex.main, ...

Value

Draw a plot of the penalty against the ferquency of the categories.

Author(s)

Francois Husson

See Also

JAR

Examples

1
2
3
4
5
6
## Not run: 
data(JAR)
res.jar <- JAR(JAR,col.p=13,col.j=1,col.pref=2)
plot.JAR(res.jar,name.prod="284", model=1)
 
## End(Not run)

Example output

Loading required package: FactoMineR

SensoMineR documentation built on July 2, 2020, 1:56 a.m.