search for: mvutils

Displaying 1 result from an estimated 1 matches for "mvutils".

Did you mean: mlutils
2007 Sep 03
3
When 1+2 != 3 (PR#9895)
...quot;x must be a real number") if (any(is.na(c(object,x)))) stop("NA is not supported") if (length(x) != 1) stop("length x must equal to 1") ifelse (abs(object - x) < tol, TRUE,FALSE) # .Call("isEqual",as.real(object),as.real(x),as.real(tol), PACKAGE="mvUtils") }