Revision 4d048784cc1691d7539bc45fef9d3916724c6650 authored by Mitzi Morris on 27 August 2019, 15:59:25 UTC, committed by Mitzi Morris on 27 August 2019, 15:59:25 UTC
2 parent s f239669 + 93c21d2
Raw File
normal_multi.data.R
N <- 10
J <- 5
sigma <-
structure(c(1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 
0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 
0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 
0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 
0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1), .Dim = c(10L, 
10L))
y <- structure(c(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 
16, 17, 1, 19, 20, 21, 22, 23, 24, 25, 26, 3, 28, 29, 30, 31, 
32, 33, 3, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 
48, 49, 50), .Dim = c(5L, 10L))
z <- structure(c(11, 2, 3, 5, 5, 6, 1, 8, 9, 10, 1, 12, 13, 14, 15, 
16, 17, 1, 19, 2, 24, 24, 23, 26, 25, 26, 3, 2, 2, 30, 31, 
32, 33, 3, 3, 36, 37, 3, 39, 40, 4, 42, 43, 44, 4, 46, 47, 
48, 49, 5), .Dim = c(5L, 10L))
back to top