summary.unmatched: Provides a summary of unmatched subjects.
Description
Will return as a list and print the percentage of total unmatched rows and
percent by treatment.
Usage
# S3 method for unmatched
summary(object, digits = 3, ...)
Value
a list of summary results.
Arguments
- object
results of [unmatched()].
- digits
number of digits to print.
- ...
currently unused.