Skip to content

Commit cb031f8

Browse files
committed
fixing name of Fellegi...
1 parent de80c6b commit cb031f8

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

R/errorlocate-package.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#' of dependent variables: changing the value of an invalid record to repair for rule 1, may invalidate
1616
#' the record for rule 2.
1717
#'
18-
#' Errorlocate provides a small framework for record based error detection and implements the Felligi Holt
18+
#' Errorlocate provides a small framework for record based error detection and implements the Fellegi Holt
1919
#' algorithm. This algorithm assumes there is no other information available then the values of a record
2020
#' and a set of validation rules. The algorithm minimizes the (weighted) number of values that need
2121
#' to be adjusted to remove the invalidation.

R/errorlocation.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#' \itemize{
77
#' \item A record based error is restricted within one observation.
8-
#' [errorlocate()] using the Felligi Holt algorithm assumes errors are record based.
8+
#' [errorlocate()] using the Fellegi Holt algorithm assumes errors are record based.
99
#' \item A variable based error is a flaw in uni- or multivariate
1010
#' distribution. To correct this error multiple observations or the aggregated number should be adjusted.
1111
#' }

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ but is actually quite tricky: a set of validation rules forms a web
3939
of dependent variables: changing the value of an invalid record to repair for rule 1, may invalidate
4040
the record for rule 2.
4141

42-
`errorlocate` provides a small framework for record based error detection and implements the Felligi Holt
42+
`errorlocate` provides a small framework for record based error detection and implements the Fellegi Holt
4343
algorithm. This algorithm assumes there is no other information available then the values of a record
4444
and a set of validation rules. The algorithm minimizes the (weighted) number of values that need
4545
to be adjusted to remove the invalidation.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ of an invalid record to repair for rule 1, may invalidate the record for
3333
rule 2.
3434

3535
`errorlocate` provides a small framework for record based error
36-
detection and implements the Felligi Holt algorithm. This algorithm
36+
detection and implements the Fellegi Holt algorithm. This algorithm
3737
assumes there is no other information available then the values of a
3838
record and a set of validation rules. The algorithm minimizes the
3939
(weighted) number of values that need to be adjusted to remove the

man/errorlocate-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/errorlocation.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/errorlocate.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ options(Ncpus = 1)
2424
Errorlocate uses validation rules from package `validate` to locate faulty
2525
values in observations (or in database slang: erronenous _fields_ in _records_).
2626

27-
It follows this simple recipe (Felligi-Holt):
27+
It follows this simple recipe (Fellegi-Holt):
2828

2929
- Check if a record is valid (using supplied validation rules)
3030
- If not valid then adjust the minimum number of values to make it valid.

0 commit comments

Comments
 (0)