https://github.com/cran/RecordLinkage
Raw File
Tip revision: d650bb5b048f47ae3237cec162d379a89734ff57 authored by Andreas Borg on 02 May 2016, 13:21:08 UTC
version 0.4-9
Tip revision: d650bb5
getTable-methods.Rd
\name{getTable-methods}
\docType{methods}
\alias{getTable}
\alias{getTable-methods}
\alias{getTable,RecLinkResult-method}
\alias{getTable,RLResult-method}

\title{Build contingency table}
\description{
  Builds a contingency table for a linkage result with counts for
  each combination of real matching status and predicted result.
}
\section{Methods}{
\describe{

\item{\code{signature(object = "RecLinkResult")}}{
  Method for S3 result sets.
}

\item{\code{signature(object = "RLResult")}}{
  Method for S4 result sets (big data sets).
}
}}
\keyword{methods}
\keyword{classif}
back to top