OrangeJuiceCATARawData | R Documentation |
OrangeJuiceCATARawData
: an example of an excel file
with CATA data. This excel file can be read by
read.xls.CATA
.OrangeJuiceCATARawData
example of an excel file
with CATA data. Can be read by
read.xls.CATA
.
In this example of a "Check All That Apply" (CATA) task,
42 assessors evaluated 10 orange juices described by
33 descriptors.
To fetch this dataset use system.file()
(see example below).
NA
Herve Abdi
path2file <- system.file("extdata", "OrangeJuiceCATARawData.xlsx", package = 'PTCA4CATA') OrangeData <- read.xls.CATA(path2file = path2file, sheet2read = 'CATA')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.