print.optmatch function

Printing optmatch objects.

Printing optmatch objects.

## S3 method for class 'optmatch' print(x, quote = FALSE, grouped = FALSE, ...)

Arguments

  • x: The optmatch object, as returned by fullmatch or pairmatch.
  • 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 factor object (grouped = TRUE) or as a table of group names and members.
  • ...: Arguments passed to print.default.

Examples

data(nuclearplants) fm <- fullmatch(pr ~ t1 + t2, data = nuclearplants) print(fm) print(fm, grouped = TRUE)

See Also

fullmatch, pairmatch, print, summary.optmatch