print.optmatch {optmatch} | R Documentation |
Printing optmatch
objects.
Description
Printing optmatch
objects.
Usage
## S3 method for class 'optmatch'
print(x, quote = FALSE, grouped = FALSE, ...)
Arguments
x |
|
quote |
A boolean indicating if the matched group names should be quoted or not (default is not to quote). |
grouped |
A logical indicating if the object should printed in
the style of a named |
... |
Arguments passed to |
See Also
fullmatch
, pairmatch
,
print
, summary.optmatch
Examples
data(nuclearplants)
fm <- fullmatch(pr ~ t1 + t2, data = nuclearplants)
print(fm)
print(fm, grouped = TRUE)
[Package optmatch version 0.10.7 Index]