powered by
optmatch
## S3 method for class 'optmatch': print(x, quote = FALSE, grouped = FALSE, ...)
fullmatch
pairmatch
factor
grouped = TRUE
print.default
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