R/eq.R

`eq` <-
function (x, y, tol=.Machine$double.eps^.5) identical(all.equal(x, y, tolerance=tol), TRUE)

Try the adaptTest package in your browser

Any scripts or data that you put into this service are public.

adaptTest documentation built on Oct. 6, 2023, 5:08 p.m.