iseq {qfratio} | R Documentation |
Are these vectors equal?
Description
This internal function is used to determine whether two vectors/matrices have
the same elements (or, a vector/matrix is all equal to 0)
using all.equal()
. Attributes and dimensions are ignored as
they are passed as vectors using c()
.
Usage
iseq(x, y = rep.int(0, length(x)), tol = .Machine$double.eps * 100)
Arguments
x |
Main |
y |
|
tol |
Numeric to specify |
See Also
[Package qfratio version 1.1.1 Index]