# NOT RUN {
## Make a table of correlation determinations
filtmat <- table(matrix(c("Y","Y","Y",NA,"Y","Y",NA,NA,"Y"),ncol = 3, byrow = TRUE))
## Make a rowncolMatrix
test <- rowncolMatrix(K = 3, filtermatrix = filtmat)
# }
Run the code above in your browser using DataLab