View source: R/evalClusterQuality.R
homogeneity | R Documentation |
Within a group of N
consumers, the Homogeneity index lies between
1/N
(no homogeneity) to 1
(perfect homogeneity).
homogeneity(X, oneI = FALSE, oneM = FALSE)
X |
three-way array; the |
oneI |
indicates whether calculation is for one assessor (default:
|
oneM |
indicates whether calculation is for one attribute (default:
|
homogeneity index
Llobell, F., Cariou, V., Vigneau, E., Labenne, A., & Qannari, E. M. (2019). A new approach for the analysis of data and the clustering of subjects in a CATA experiment. Food Quality and Preference, 72, 31-39, \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1016/j.foodqual.2018.09.006")}
data(bread)
# homogeneity index for the first 7 consumers on the first 6 attributes
homogeneity(bread$cata[1:7,,1:6])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.