Q4CATA.Cube | R Documentation |
Compute Cochran's Q
for a Cube of CATA Data
(as created, e.g., by readCATAfromXL
):
I
: Rows are Products,
J
: Columns are Variables,
K
: Third Dimension are Assessors.
x_{i,j,k} = 1 means
Assessor k chose Variable j for Product i.
NB. uses function Q4CATA.Slice
.
Q4CATA.Cube(ZeCube)
ZeCube |
A cube of 0/1 CATA data |
a 4 * J matrix. Row 1 gives the value of chi2 Row 2 gives the uncorrected p-value Row 3 gives the Sidak corrected (for multiple comparisons) p-value Row 4 gives the Bonferroni corrected (for multiple comparisons) p-value
Hervé Abdi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.