Spot the most singular or particular data with respect to all descriptors and to two
qualitative variables and all their possible categories combinations.
Computes the highest differences between all the
categories of the variables product, panelist and all their possible combinations,
with respect to a set of quantitative variables (the sensory descriptors).
ardi(donnee, col.p, col.j, firstvar, lastvar = ncol(donnee),
nbval = 10, center = TRUE, scale = FALSE)
A list containing the following elements:
a data frame (descriptors are mean centered per panelist and scaled to unit variance)
a data frame, by default the 10 highest divergences between panelists according to the sensory descriptors
a data frame, by default the 10 highest divergences between products according to the sensory descriptors
a data frame, by default the 10 highest divergences between panelists and products according to the sensory descriptors
a data frame made up of at least two qualitative variables (product, panelist) and a set of quantitative variables (sensory descriptors)
the position of the product variable
the position of the panelist variable
the position of the first sensory descriptor
the position of the last sensory descriptor (by default the last column of donnee
)
the number of highest divergences to be displayed
by default, data are mean centered by panelist
by default, data are not scaled by panelist
F Husson, S Le
Step 1 For each quantitative variable, means by all the possible combinations (panelist,product) are computed.
Step 2 Then, data are mean centered and scaled to unit variance by descriptor and the divergence
corresponds to the absolute value of the entries.
Step 3 Means on divergences are computed by products or by panelists and then sorted.
decat
if (FALSE) {
data(chocolates)
ardi(sensochoc, col.p = 4, col.j = 1, firstvar = 5)
}
Run the code above in your browser using DataLab