View source: R/sensory.overall.analysis.R
sensory.overall.analysis | R Documentation |
Successively performs sensory.mr.dimensionality.test
, sensory.mrCA
and sensory.mr.sig.cell
sensory.overall.analysis(data, nMC = 2000, alpha = 0.05, cell.two.sided = TRUE)
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 |
nMC |
Number of Monte-Carlo simulations to consider at each step of the overall analysis |
alpha |
The alpha risk to consider at each step of the overall analysis |
cell.two.sided |
Logical. Should the multiple-response hypergeometric tests per cell be two-sided or not? |
The first MR-CA factor map and the percent.derived.cont table with significant cells highlighted
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)
sensory.overall.analysis(milkchoc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.