matchMultiResult {matchMulti} | R Documentation |
matchMultiResult object for results of power calculations
Description
The matchMultiResult object is an S3 class that holds the results from the matchMulti call.
matchMulti result objects have the matched datasets inside of them.
Usage
is.matchMultiResult(x)
## S3 method for class 'matchMultiResult'
print(x, ...)
## S3 method for class 'matchMultiResult'
summary(object, ...)
Arguments
x |
a matchMultiResult object (except for is.matchMultiResult, where it is a generic object to check). |
... |
Extra options passed to print.matchMultiResult |
object |
Object to summarize. |
Value
is.matchMultiResult: TRUE if object is a matchMultiResult object.
[Package matchMulti version 1.1.12.1 Index]