Displaying 1 result from an estimated 1 matches for "pq_combination".
2011 Sep 29
1
Permutations of configurations on multiple columns
...configuration combinations i.e. the
part-quality combinations.
The result should be like this:
structure(list(subject = structure(c(1L, 1L, 1L, 1L, 1L, 1L,
1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L
), .Label = c("s1", "s2"), class = "factor"), pq_combination =
structure(c(1L,
1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L, 5L,
5L, 5L, 6L, 6L, 6L), .Label = c("pq_1", "pq_2", "pq_4", "pq_5",
"pq_6", "pq_7"), class = "factor"), part = structure(c(1L, 2L,
3L, 4L, 5L, 1L,...