View source: R/print.optmatch.R
print.optmatch | R Documentation |
optmatch
objects.Printing optmatch
objects.
## S3 method for class 'optmatch'
print(x, quote = FALSE, grouped = FALSE, ...)
x |
The |
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 |
fullmatch
, pairmatch
,
print
, summary.optmatch
data(nuclearplants)
fm <- fullmatch(pr ~ t1 + t2, data = nuclearplants)
print(fm)
print(fm, grouped = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.