R package citation, R package reverse dependencies, R package scholars, install an r package from GitHub hy is package acceptance pending why is package undeliverable amazon why is package on hold dhl tour packages why in r package r and r package full form why is r free why r is bad which r package to install which r package has which r package which r package version which r package readxl which r package ggplot which r package fread which r package license where is package.json where is package-lock.json where is package.swift where is package explorer in eclipse where is package where is package manager unity where is package installer android where is package manager console in visual studio who r package which r package to install which r package version who is package who is package deal who is package design r and r package full form r and r package meaning what r package has what package r what is package in java what is package what is package-lock.json what is package in python what is package.json what is package installer do r package can't install r packages r can't find package r can't load package can't load xlsx package r can't install psych package r can't install sf package r Write if else in NONMEM pk pd
editrules
View on CRAN: Click
here
Download and install editrules package within the R console
Install from CRAN:
install.packages("editrules")
Install from Github:
library("remotes")
install_github("cran/editrules") Install by package version:
library("remotes")
install_version("editrules", "2.9.6") Attach the package and use:
library("editrules")
Maintained by
Edwin de Jonge
[Scholar Profile | Author Map]
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2011-01-31
Latest Update: 2025-09-03
Description:
Facilitates reading and manipulating (multivariate) data restrictions
(edit rules) on numerical and categorical data. Rules can be defined with common R syntax
and parsed to an internal (matrix-like format). Rules can be manipulated with
variable elimination and value substitution methods, allowing for feasibility checks
and more. Data can be tested against the rules and erroneous fields can be found based
on Fellegi and Holt's generalized principle. Rules dependencies can be visualized with
using the 'igraph' package.
How to cite:
Edwin de Jonge (2011). editrules: Parsing, Applying, and Manipulating Data Cleaning Rules. R package version 2.9.6, https://cran.r-project.org/web/packages/editrules. Accessed 25 Jun. 2026.
Previous versions and publish date:
0.1-1 (2011-01-31 18:19), 0.2 (2011-02-08 09:47), 0.4-1 (2011-03-12 10:05), 0.4 (2011-02-26 09:22), 0.5 (2011-04-01 23:07), 0.6 (2011-05-11 12:57), 0.7-1 (2011-06-29 11:41), 0.7 (2011-06-25 07:54), 0.8 (2011-07-06 20:56), 0.9-0 (2011-07-23 15:51), 1.0-0 (2011-08-01 12:36), 1.0-1 (2011-08-09 06:59), 1.0-2 (2011-08-10 18:21), 1.5-0 (2011-09-24 08:42), 1.5-1 (2011-09-25 19:35), 1.5-2 (2011-09-26 15:15), 1.6-0 (2011-10-06 15:25), 1.7-0 (2011-10-12 17:37), 1.8-0 (2011-10-23 12:09), 1.8-1 (2011-10-27 07:45), 1.9-0 (2011-11-17 12:25), 2.0-0 (2011-11-30 09:30), 2.0-1 (2011-12-08 21:09), 2.0-3 (2012-01-12 17:32), 2.1-2 (2012-02-08 19:11), 2.2-0 (2012-02-23 09:59), 2.5-0 (2012-06-05 16:46), 2.7.2 (2013-07-03 16:36), 2.7 (2013-03-01 17:38), 2.9.0 (2015-06-11 11:16), 2.9.3 (2018-07-01 23:30), 2.9.5 (2024-05-04 07:50)
Other packages that cited editrules R package
View editrules citation profile
Other R packages that editrules depends,
imports, suggests or enhances
Complete documentation for editrules
Functions, R codes and Examples using
the editrules R package
Some associated functions: adddummies . adjacency . as.character.cateditmatrix . as.editmatrix . as.editset . as.lp.mip . as.mip . asLevels . backtracker . blocks . cateditmatrix . checkDatamodel . condition . contains.boolmat . contains . datamodel . disjunct . duplicated.editarray . duplicated.editmatrix . echelon . editType . editarray . editfile . editmatrix . editnames . editrules-package . editrules.plotting . edits . editset . eliminate . errorLocalizer . errorLocalizer_mip . errorLocation . expandEdits . fcf.env . generateEdits . getA . getAb . getArr . getInd . getOps . getSep . getUpperBounds . getVars.cateditmatrix . getVars.editarray . getVars.editlist . getVars.editmatrix . getVars . getb . geth . getlevels . getnames . impliedValues . ind2char . indFromArray . is.editrules . isFeasible . isNormalized . isObviouslyInfeasible . isObviouslyRedundant . isSubset . localize . localizeErrors . nedits . neweditarray . neweditmatrix . newerrorlocation . normalize . parseCat . parseCatEdit . parseEdits . parseMix . parseNum . print.backtracker . print.cateditmatrix . print.editarray . print.editlist . print.editmatrix . print.editset . print.editsummary . print.errorLocation . print.locationsummary . print.violatedEdits . reduce . removeRedundantDummies . separate . simplify . softEdits.cateditmatrix . softEdits.editarray . softEdits.editmatrix . softEdits . subsetting . substValue . violatedEdits . writeELAsMip .
Some associated R codes: adjacency.R . as.igraph.R . as.matrix.R . backtracker.R . blocks.R . c.R . cateditmatrix.R . checkDatamodel.R . checkRows.R . contains.R . disjunct.R . duplicated.R . echelon.R . editAttr.R . editarray.R . editarrayAttr.R . editfile.R . editmatrix.R . editmatrixAttr.R . editrules-data.R . editset.R . eliminate.R . errorLocalizer.R . errorLocalizer_mip.R . errorLocation.R . expandEdits.R . generateEdits.R . getH.R . getUpperBounds.R . getVars.R . is.R . isFeasible.R . isObviouslyInfeasible.R . isObviouslyRedundant.R . isSubset.R . list2env.R . localizeErrors.R . mip.R . parseCat.R . parseEdits.R . parseMix.R . parseNum.R . perturbWeights.R . pkg.R . plot.R . plot_errorLocation.R . print.R . reduce.R . removeRedundant.R . softEdits.R . str.R . subsetting.R . substValue.R . summary.R . violatedEdits.R . writeELAsMip.R . zzz.R . Full editrules package functions and examples
Downloads during the last 30 days
Today's Hot Picks in Authors and Packages
foster
Set of tools to streamline the modeling of the relationship betweensatellite imagery time series or ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Martin Queinnec (view profile)
airGRiwrm
Semi-distributed Precipitation-Runoff Modelling based on
'airGR' package models integrating human i ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: David Dorchies (view profile)
quickcode
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Obinna Obianom (view profile)
sitmo
Provided within are two high quality and fast PPRNGs that may be used in an 'OpenMP' parallel enviro ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: James Balamuta (view profile)
edeaR
Exploratory and descriptive analysis of event based data. Provides methods for describing and select ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Gert Janssenswillen (view profile)
27,535
R Packages
236,180
Dependencies
73,223
Author Associations
27,536
Publication Badges
