# L2-type NPBIB on v = 9 (Example 3.2 of Vinayaka et al. (2026))
sub <- list(c(1,2,3), c(4,5,6), c(1,2,3), c(7,8,9), c(4,5,6), c(7,8,9),
c(1,4,7), c(2,5,8), c(1,4,7), c(3,6,9), c(2,5,8), c(3,6,9))
d <- construct_method2(sub, q = 2, v2 = 2)
d
Run the code above in your browser using DataLab