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,...)

#\method{summary}{RLBigDataDedup}(object,...)

#\method{summary}{RLBigDataLinkage}(object,...)

Arguments

object

The object for which to print a summary.

...

Additional arguments from the generic, silently ignored.

Details

(The following information is probably outdated as of Nov 17, 2011.)

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-11.2 Index]