ProbItsAMatch: Ask the user for the probability two records match

Description Usage Arguments Value Examples

View source: R/active.R

Description

Prompt the user to input the probability that two records match

Usage

1
ProbItsAMatch(record1, record2)

Arguments

record1

a row of data corresponding to the first record we are interested in

record2

a row of data corresponding to the second record we are interested in

Value

The probability that the two records match

Examples

1
ProbItsAMatch(RLdata500[1, ], RLdata500[2, ])

kaylafrisoli/ActiveRL documentation built on May 20, 2019, 7:53 a.m.