
Last chance! 50% off unlimited learning
Sale ends in
Test adapted to CATA data to determine whether two predetermined groups of subjects have a different perception or not. For example, men and women.
simil_groups_cata(Data, groups, one=1, two=2, nperm=50, Graph=TRUE,
alpha= 0.05, printl=FALSE)
a list with:
decision: the decision of the test
pval: pvalue of the test
data frame or matrix. Correspond to all the blocks of variables merged horizontally
categorical vector. The groups of each subject . The length must be the number of subjects.
string. Name of the group 1 in groups vector.
string. Name of the group 2 in groups vector.
numerical. How many permutations are required? Default: 50
logical. Should the CATATIS graph of each group be plotted? Default: TRUE
numerical between 0 and 1. What is the threshold of the test? Default: 0.05
logical. Print the number of remaining permutations during the algorithm? Default: FALSE
Llobell, F., Giacalone, D., Jaeger, S.R. & Qannari, E. M. (2021). CATA data: Are there differences in perception? JSM conference.
Llobell, F., Giacalone, D., Jaeger, S.R. & Qannari, E. M. (2021). CATA data: Are there differences in perception? AgroStat conference.
# \donttest{
data(straw)
groups=sample(1:2, 114, replace=TRUE)
simil_groups_cata(straw, groups, one=1, two=2)
# }
Run the code above in your browser using DataLab