powered by
all_equals(x, y)
mvbetas, correls, univglms, colsums, colVars
x <- matrix( rnorm(100 * 1000), ncol = 1000 ) y <- matrix( rnorm(100 * 1000), ncol = 1000 ) all_equals(x,y) all_equals(x,x)
Run the code above in your browser using DataLab