cream_id | R Documentation |
The data used here refer to the sensory description of 9 dessert chocolate creams.
Each cream was evaluated once by 86 French consumers and described on 13 attributes according to the Ideal Profile Method.
Both perceived and ideal intensities were asked. In addition, the overall liking is asked.
data(cream_id)
A data frame made of 86*9=774 rows and 2 qualitative variables (panelist and product), 13*2 attributes (perceived and ideal intensities) and overall liking.
Institut Agro, Melodie Sanchez, Sarah Sanchez
## Not run:
data(cream_id)
decat(cream_id, formul = "~product+user", firstvar = 3, graph = FALSE)
###IdMapConsumer function
data(cream_signa)
res.idmap <- IdMapConsumer(craem_id, cream_signa, col.p=2, col.j=1, col.lik=29,
num.col.var.signa=c(1:12), conf.level=0.90, id.recogn="id_", color = FALSE, simusigni = 500)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.