Package: errorlocate 1.1.1

Edwin de Jonge

errorlocate: Locate Errors with Validation Rules

Errors in data can be located and removed using validation rules from package 'validate'. See also Van der Loo and De Jonge (2018) <doi:10.1002/9781118897126>, chapter 7.

Authors:Edwin de Jonge [aut, cre], Mark van der Loo [aut]

errorlocate_1.1.1.tar.gz
errorlocate_1.1.1.zip(r-4.5)errorlocate_1.1.1.zip(r-4.4)errorlocate_1.1.1.zip(r-4.3)
errorlocate_1.1.1.tgz(r-4.4-any)errorlocate_1.1.1.tgz(r-4.3-any)
errorlocate_1.1.1.tar.gz(r-4.5-noble)errorlocate_1.1.1.tar.gz(r-4.4-noble)
errorlocate_1.1.1.tgz(r-4.4-emscripten)errorlocate_1.1.1.tgz(r-4.3-emscripten)
errorlocate.pdf |errorlocate.html
errorlocate/json (API)
NEWS

# Install errorlocate in R:
install.packages('errorlocate', repos = c('https://data-cleaning.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/data-cleaning/errorlocate/issues

On CRAN:

data-cleaningerrorsinvalidation

10 exports 21 stars 2.20 score 4 dependencies 347 downloads

Last updated 24 days agofrom:4644280ea3

Exports:add_noiseerrors_removedexpand_weightsinspect_mipis_categoricalis_conditionalis_linearlocate_errorsmiprulesreplace_errors

Dependencies:lpSolveAPIsettingsvalidateyaml

Find errors in data

Rendered fromerrorlocate.Rmdusingknitr::rmarkdownon Jun 09 2024.

Last update: 2022-03-23
Started: 2022-03-16

Inspecting the errorlocate Mixed Integer Program

Rendered frominspect_mip.Rmdusingknitr::rmarkdownon Jun 09 2024.

Last update: 2021-05-03
Started: 2020-11-21

Readme and manuals

Help Manual

Help pageTopics
Find errors in data given a set of validation rules.errorlocate-package errorlocate
Add (a small amount of) noiseadd_noise
Base class for class locate errors based on rules and dataErrorLocalizer-class
Error location objectcreate_errorlocation errorlocation-class
Get location of removed errors from a 'cleaned' data seterrors_removed
Create a weight matrixexpand_weights
Feligi-Holt ErrorlocalizerFHLocalizer-class fh_localizer
inspect the mip problem formulationinspect_mip
Check if rules are categoricalis_categorical
Check if rules are conditional rulesis_conditional
Check which rules are linear rules.is_linear
Find errors in datalocate_errors locate_errors,data.frame,ErrorLocalizer-method locate_errors,data.frame,validator-method
Create a mip object from a validator objectmiprules MipRules-class
Replace erroneous fields with NA or a suggested valuereplace_errors replace_errors,data.frame,ErrorLocalizer-method replace_errors,data.frame,errorlocation-method replace_errors,data.frame,validator-method
translate linear rules into an lp problemtranslate_mip_lp