| toWideMatrix | R Documentation |
Converts a three-dimensional array (I assessors, J
products, M attributes) to a two-dimensional matrix
(J products, (I assessors, M attributes))
toWideMatrix(X)
X |
three-dimensional array ( |
A matrix with J products in rows and I
assessors \times M attributes in columns
J.C. Castura
# convert CATA results from the first 8 consumers and the first 4 attributes
# to a wide matrix
toWideMatrix(bread$cata[1:8,,1:4])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.