optmatch_restrictions | R Documentation |
Returns the restrictions which were used to generate the match.
optmatch_restrictions(obj)
obj |
An optmatch object |
If mean.controls
was explicitly specified in the creation of the
optmatch object, it is returned; otherwise omit.fraction
is given.
Note that if the matching algorithm attempted to recover from initial infeasible restrictions, the output from this function may not be the same as the original function call.
A list of min.controls
, max.controls
and either
omit.fraction
or mean.controls
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.