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
RecLinkResult.object.rd
\name{RecLinkResult.object}
\alias{RecLinkResult}
\title{
  Record Linkage Result Object 
}
\description{
  An object representing information about the classification result of a
  Record Linkage procedure. 
}

\value{
  \item{data, pairs, frequencies}{
    Inherited from \code{\link{RecLinkData}}.
  }

  
  \item{prediction}{Factor object indicating the classification of each record
    pair in \code{valid}. Levels are:
    \describe{
      \item{\code{"L"}}{for links,}
      \item{\code{"P"}}{for possible links}
      \item{\code{"N"}}{for non-links}
    }
  }
    
}

\author{Andreas Borg}

\seealso{
\code{\link{emClassify}}.
\code{\link{RecLinkData}}.
}

\keyword{classif}
back to top