Displaying 1 result from an estimated 1 matches for "25x31".
Did you mean:
2531
2012 Sep 26
1
Creating x*y different contigency tables
Dear all,
I am trying to construct 25x31 different matrices of 2x2 dimension. Here
is the problem:
we have the following matrix
matrix(c(54+s0,
43+s1, 56-s0, 67-s1), nrow=2, ncol=2, byrow=T)
the values for s0 and s1 are c(0:24) and c(0:31), respectively.
I wrote the following code...