c-perform-the-multidimensional-sensory-analysis--mapping-.Rmd
library(sensoreport)
perform_senso_mapping()
: Transform the sensory data to
a large format and perform a MCA
With perform_senso_mapping()
, you can perform the
multidimensional analysis of sensory data. In practice, a Multiple
Correspondence Analysis is realized (adapted for sorting task data). The
graph of individuals (i.e. products) and the graph of attributes are
displayed in an interactive format.
data("data_sensory_toy")
data("data_products_toy")
res_mapping <- perform_senso_mapping(
data_sensory = data_sensory_toy,
data_products = data_products_toy
)
res_mapping$inter_ind_plot # individuals (products) plot
res_mapping$inter_var_plot # variables (sensory attributes) plot