November 2017
Beginner to intermediate
366 pages
7h 59m
English
We will leverage the RecordLinkage package in R. The data shown in the previous section is available with the package:
> library(RecordLinkage, quietly = TRUE)> data(RLdata500)> str(RLdata500)'data.frame': 500 obs. of 7 variables: $ fname_c1: Factor w/ 146 levels "ALEXANDER","ANDRE",..: 19 42 114 128 112 77 42 139 26 99 ... $ fname_c2: Factor w/ 23 levels "ALEXANDER","ANDREAS",..: NA NA NA NA NA NA NA NA NA NA ... $ lname_c1: Factor w/ 108 levels ...
Read now
Unlock full access