andeek / blink

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bLink

Citation and Liscensing

This code is the main algorithm in Steorts (2015), Bayesian Analysis. If you use this code, please cite Steorts (2015), "Entity Resolution with Emprically Motivated Priors", Bayesian Analysis, (10),4:849-975.

This is a README for bLink. bLink Copyright 2015, 2016 Rebecca C. Steorts (beka@stat.duke.edu)

bLink is free software, which is distributed under the Simple Public License 2.0 (SimPL-2.0 for short). See the license for more information regarding further use of code.

Code overview

In order to run the package in R, do the following. If you are running the code in Windows, you will need to install Rtools.

install.packages(“bLink_0.1.0.tar.gz”)

load(bLink)

For minimal testing purposes, see if you can load a function in bLink:

?mms()

This should call up a help file for one of the functions for the package.

Vignettes

  • There is an introduction to this package called introtobLink.html
  • This walks the user through an example using the data set RLData500 in R in the Record Linkage package.

About


Languages

Language:R 100.0%