Usage
fast(don,alpha=0.05,sep.words=" ",word.min=5,graph=TRUE,axes=c(1,2), ncp=5,B=200,label.miss=NULL,ncp.boot=NULL)
Arguments
don
a data frame with n rows (products) and p columns (assesor : categorical variables)
alpha
the confidence level of the ellipses
sep.words
the word separator character in the case of qualified categorization
word.min
minimum sample size for the word selection in textual analysis
graph
boolean, if TRUE a graph is displayed
axes
a length 2 vector specifying the components to plot
ncp
number of dimensions kept in the results (by default 5)
B
the number of simulations (corresponding to the number of virtual panels) used to compute the ellipses
label.miss
label associated with missing groups in the case of incomplete data set
ncp.boot
number of dimensions used for the Procrustean rotations to build confidence ellipses (by default NULL and the number of components is estimated)