OrangeJuiceSortingRawData: 'OrangeJuiceSortingRawData': an example of an excel file with...

OrangeJuiceSortingRawDataR Documentation

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

Description

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

Author(s)

Herve Abdi

Examples

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

DistatisR documentation built on Dec. 5, 2022, 9:05 a.m.