Usage
WordCountAna (base, sep.word = NULL, ncp = Inf, nb.panel = 3, nb.simul = 500, proba = 0.05, graph = TRUE, axes = c(1,2))
Arguments
base
a data frame with n rows (products) and p columns (panellists). Each cell corresponds to a free-text description used to describe a product by a panellist
sep.word
a string with all the characters which correspond to separator of words (by default, NULL and is considered equal to "; (),?./:'!$=+;<>[]@-")
ncp
number of dimensions kept in the results and to compute the within-inertia
nb.panel
minimum number of panellists who used the same word in order to define consensual words (by default 3)
nb.simul
number of bootstrap simulations (by default 500)
proba
significance threshold considered to define consensual words (by default 0.05)
graph
boolean, if TRUE a graph is displayed
axes
a length 2 vector specifying the components to plot