OrangeJuiceSortingRawData function

OrangeJuiceSortingRawData: an example of an excel file with Sorting data and vocabulary. This excel file can be read by read.df.excel.

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.

Details

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).

FileName

OrangeJuiceSortingRawData.xlsx

Examples

path2file <- system.file("extdata", "OrangeJuiceSortingRawData.xlsx", package = 'DistatisR') OrangeDataSort <- read.df.excel(path = path2file, sheet = 'Sorting', voc.sheet = 'Vocabulary')

Author(s)

Herve Abdi

  • Maintainer: Herve Abdi
  • License: GPL-2
  • Last published: 2022-12-05

Useful links