Learn R Programming

matchMulti (version 1.1.12.1)

matchMultiResult: 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 matchMultiResult print(x, ...)

# S3 method for matchMultiResult summary(object, ...)

Value

is.matchMultiResult: TRUE if object is a matchMultiResult 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.