powered by
optmatch
Printing optmatch objects.
# S3 method for optmatch print(x, quote = FALSE, grouped = FALSE, ...)
The optmatch object, as returned by fullmatch or pairmatch.
fullmatch
pairmatch
A boolean indicating if the matched group names should be quoted or not (default is not to quote).
A logical indicating if the object should printed in the style of a named factor object (grouped = TRUE) or as a table of group names and members.
factor
grouped = TRUE
Arguments passed to print.default.
print.default
fullmatch, pairmatch, print, summary.optmatch
print
summary.optmatch
data(nuclearplants) fm <- fullmatch(pr ~ t1 + t2, data = nuclearplants) print(fm) print(fm, grouped = TRUE)
Run the code above in your browser using DataLab