search for: mat3g

Displaying 1 result from an estimated 1 matches for "mat3g".

Did you mean: mat3
2008 Jun 21
2
Generating groupings of ordered observations
...cbind these matrices with the trivial partitions into 1 and 6 groups: mat2g <- matrix(c(1,1,1,1,1, 2,1,1,1,1, 2,2,1,1,1, 2,2,2,1,1, 2,2,2,2,1, 2,2,2,2,2), nrow = 6, ncol = 5, byrow = TRUE) mat3g <- matrix(c(1,1,1,1,1,1,1,1,1,1, 2,2,2,2,1,1,1,1,1,1, 3,2,2,2,2,2,2,1,1,1, 3,3,2,2,3,2,2,2,2,1, 3,3,3,2,3,3,2,3,2,2, 3,3,3,3,3,3,3,3,3,3), nrow = 6, ncol = 10, byrow = TRUE) mat4g <- mat...