OrangeJuiceSortingRawData | R Documentation |
OrangeJuiceSortingRawData
: an example of an excel file
with Sorting data and vocabulary. This excel file can be read by
read.df.excel
.OrangeJuiceSorting
: an example of an excel file
with sorting data (10 Orange Juices sorted by 44 Assessors)
and an an associated
vocabulary contingency table
(10 Orange Juices by 23 descriptors).
Can be read by
read.df.excel
.
In this example of a "sorting task" with vocabulary,
44 assessors sorted 10 orange juices and freely described
each group of juices with a few words.
The data from the sorting task are in the sheet "Sorting"
and the contingency table
(10 Orange Juices by 23 descriptors) is in the sheet
"Vocabulary".
To fetch this dataset use system.file()
(see example below).
OrangeJuiceSortingRawData.xlsx
Herve Abdi
path2file <- system.file("extdata",
"OrangeJuiceSortingRawData.xlsx", package = 'DistatisR')
OrangeDataSort <- read.df.excel(path = path2file,
sheet = 'Sorting',
voc.sheet = 'Vocabulary')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.