powered by
noEqualRows(data1, data2, tolerance=1e-5, countOnce=TRUE)
CORElearn
# uses two randomly generated data sets set.seed(12345) d1 <- classDataGen(100) d2 <- classDataGen(100) noEqualRows(d1, d2, tolerance=1e-4)
Run the code above in your browser using DataLab