powered by
This function is designed to point out the words that are used in a consensual way by consumers from a sorting task.
ConsensualWords(res.fast, nbtimes = 3, nbsimul = 500, proba = 0.05, graph = TRUE, axes = c(1,2))
A list containing the following elements:
coordinates of the consensual words on the dimensions of the fast result
frequency of use of each word and within inertia associated
frequency of use of each word, within inertia associated and p-value calculated according to the Bootstrap technique
a list of significant consensual words sorted from the most consensual to the less consensual
an object of class fast
minimum sample size for the word selection
the number of simulations used to compute Bootstrap
the significance threshold considered to consider a word as consensual (by default 0.05)
boolean, if TRUE a graph is displayed
a length 2 vector specifying the components to plot
Francois Husson
if (FALSE) { data(perfume) ## Example of FAST results res.fast<-fast(perfume,sep.words=";") res.consensual<-ConsensualWords(res.fast) }
Run the code above in your browser using DataLab