sensory.mrCA | R Documentation |
This function performs the MR-CA of the data as well as the total bootstrap procedure (Cadoret & Husson, 2013) and the pairwise total bootstrap tests as proposed in Castura et al. (2023). The difference with mrCA
used with ellipse=TRUE is that the total bootstrap procedure is stratified with respect to subjects in sensory.mrCA
sensory.mrCA(data, nboot = 2000, nbaxes.sig = Inf)
data |
A data.frame of evaluations in rows whose first two columns are factors (subject and product) and subsequent columns are binary numeric or integer, each column being a descriptor |
nboot |
The number of bootstrapped panel of the total bootstrap procedure |
nbaxes.sig |
The number of significant axes retuned by |
nbaxes.sig: The number of significant axes determines the number of axes accounted for while performing the Procrustes rotations of the total bootstrap procedure (Mahieu, Schlich, Visalli, & Cardot, 2021). These same axes are accounted for the pairwise total bootstrap tests.
A list with the following elements:
Eigenvalues of the MR-CA and their corresponding percentages of inertia
Products coordinates
Descriptors coordinates
Results of the singular value decomposition
Coordinates of the rotated bootstrap replicates
P-values of the pairwise total bootstrap tests
Cadoret, M., & Husson, F. (2013). Construction and evaluation of confidence ellipses applied at sensory data. Food Quality and Preference, 28(1), 106-115.
Castura, J. C., Varela, P., & Næs, T. (2023). Evaluation of complementary numerical and visual approaches for investigating pairwise comparisons after principal component analysis. Food Quality and Preference, 107.
Mahieu, B., Schlich, P., Visalli, M., & Cardot, H. (2021). A multiple-response chi-square framework for the analysis of Free-Comment and Check-All-That-Apply data. Food Quality and Preference, 93.
data(milkchoc)
dim.sig=sensory.mr.dimensionality.test(milkchoc)$dim.sig
res=sensory.mrCA(milkchoc,nbaxes.sig=dim.sig)
plot(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.