summary {RecordLinkage}R Documentation

Print Summary of Record Linkage Data

Description

Prints information on RecLinkData and "RecLinkResult" objects.

Usage

## S3 method for class 'RecLinkData'
summary(object,...)

## S3 method for class 'RecLinkResult'
summary(object,...)

Arguments

object

The object for which to print a summary.

...

Additional arguments from the generic, silently ignored.

Details

The printed information for RecLinkData objects includes:

Information on "RecLinkResult" objects includes all of the above and the following:

Value

Returns an invisible NULL and is used for its side effect.

Author(s)

Andreas Borg

See Also

RecLinkData,"RecLinkResult"


[Package RecordLinkage version 0.4-12.4 Index]