compare_optmatch | R Documentation |
This checks the equality of two optmatch objects. The only bits that matter are unit names and the grouping. Other bits such as attributes, group names, order, etc are ignored.
compare_optmatch(o1, o2)
o1 |
First optmatch object. |
o2 |
Second optmatch object. |
The names of the units can differ on any unmatched units, e.g., units whose value in the optmatch
object is NA
. If matched objects have differing names, this is automatically FALSE
.
Note this ignores the names of the subgroups. So four members in subgroups either
c("a", "a", "b", "b")
or c("b", "b", "a", "a")
would be identical to this call.
TRUE if the two matches have the same memberships.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.