matchMultiResult: matchMultiResult object for results of power calculations

matchMultiResultR 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.


matchMulti documentation built on May 31, 2023, 9:13 p.m.