getb | R Documentation |
Function to calculate the b-measure, which quantifies the sensory differentiation retained.
getb(X.b, X.c, oneI = FALSE, oneM = FALSE)
X.b |
three-way ( |
X.c |
array of same dimension as |
oneI |
indicates whether calculation is for one assessor (default:
|
oneM |
indicates whether calculation is for one attribute (default:
|
b-measure
Castura, J.C., Meyners, M., Varela, P., & Næs, T. (2022). Clustering consumers based on product discrimination in check-all-that-apply (CATA) data. Food Quality and Preference, 104564. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1016/j.foodqual.2022.104564")}.
data(bread)
bread.bc <- barray(bread$cata[1:8,,1:5])
getb(bread.bc[,,1,], bread.bc[,,2,])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.