https://github.com/cran/RecordLinkage
Raw File
Tip revision: b32452149857b15849e9c82fb81e812df6e921fc authored by Murat Sariyar on 08 November 2022, 13:10:15 UTC
version 0.4-12.4
Tip revision: b324521
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