ClustBlock (version 2.3.1)

consistency_cata_panel: Test the consistency of the panel in a CATA experiment

Description

Permutation test on the agreement between subjects in a CATA experiment

Usage

consistency_cata_panel(Data,nblo, nperm=100, alpha=0.05)

Arguments

Data

data frame or matrix. Correspond to all the blocks of variables merged horizontally

nblo

numerical. Number of blocks (subjects).

nperm

numerical. How many permutations are required? Default: 100

alpha

numerical between 0 and 1. What is the threshold? Default: 0.05

Value

a list with:

  • answer: the answer of the test

  • pval: pvalue of the test

References

Llobell, F., Giacalone, D., Labenne, A., Qannari, E.M. (2019). Assessment of the agreement and cluster analysis of the respondents in a CATA experiment. Food Quality and Preference, 77, 184-190.

See Also

consistency_cata, change_cata_format

Examples

Run this code
# NOT RUN {
 data(straw)
#with all subjects
consistency_cata_panel(Data=straw, nblo=114)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab