powered by
mcc(x, y, nperm = 1000, setseed = 12345, nthread = 1)
x <- factor(c(1,2,1,2,3,1)) y <- factor(c(2,1,1,1,2,2)) mcc(x,y)
Run the code above in your browser using DataLab