%~=% | R Documentation |
Checks for the possibility that two values are equal. If there is any overlap
in range, they are considered possibly equal and TRUE
is returned, otherwise
FALSE
is returned.
e1 %~=% e2
e1 |
any vector that can be converted to class "mcens." |
e2 |
any vector that can be converted to class "mcens." |
Missing values are permitted in either e1
or e2
. wherever either
are missing the returned element is set to NA
.
A logical vector that matches the length of the longer of e1
or
e2
, set to TRUE
is there is overlap in the values, and FALSE
otherwise.
Compare,qw,numeric-method
as.mcens(1, 2) %~=% 0.5 as.mcens(1, 2) %~=% 1.5 as.mcens(1, 2) %~=% 2.5
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.