R package for parsing and manipulating edit rules


[Up] [Top]

Documentation for package ‘editrules’ version 2.2-0

Help Pages

A B C D E G I L N P R S T V misc

editrules-package Package editrules

-- A --

adjacency Derive adjecency matrix from collection of edits
adjacency.editarray Derive adjecency matrix from collection of edits
adjacency.editmatrix Derive adjecency matrix from collection of edits
adjacency.editset Derive adjecency matrix from collection of edits
as.character.cateditmatrix Coerce an cateditmatrix to a 'character' vector
as.character.editarray Coerce an editarray to 'character'
as.character.editmatrix Coerce an editmatrix to a 'character' vector
as.character.editset Convert an editset to character
as.data.frame.editarray Coerce an editarray to a 'data.frame'
as.data.frame.editmatrix Coerce an editmatrix to a 'data.frame'
as.data.frame.editset Coerce an editarset to a 'data.frame'
as.data.frame.violatedEdits as.data.frame violatedEdits
as.editmatrix Coerce a matrix to an edit matrix.
as.expression.editarray Coerce an editarray to R expressions
as.expression.editmatrix Coerce an editmatrix to R expressions
as.igraph Derive adjecency matrix from collection of edits
as.igraph.editarray Derive adjecency matrix from collection of edits
as.igraph.editmatrix Derive adjecency matrix from collection of edits
as.igraph.editset Derive adjecency matrix from collection of edits
as.matrix.editarray Coerce an editarray to a boolean matrix
as.matrix.editmatrix Coerce an editmatrix to a normal matrix

-- B --

backtracker Backtracker: a flexible and generic binary search program
blockIndex Determine list of indices indicating blocks in logical matrix
blocks Decompose matrix or edits in independent blocks

-- C --

c.editarray concatenate editarray
c.editmatrix concatenate editmatrix
cateditmatrix Create an editmatrix with categorical variables
checkDatamodel Check data against a datamodel
checkDatamodel.editarray Check data against a datamodel
checkDatamodel.editmatrix Check data against a datamodel
checkRows Check rows of data.frame against edits.
checkRows.character Check rows of data.frame against edits.
checkRows.data.frame Check rows of data.frame against edits.
checkRows.editmatrix Check rows of data.frame against edits.
choicepoint Backtracker: a flexible and generic binary search program

-- D --

datamodel Summarize data model of an editarray in a data.frame
disjunct Decouple a set of conditional edits

-- E --

echelon Bring an (edit) matrix to reduced row echelon form.
echelon.editmatrix Bring an (edit) matrix to reduced row echelon form.
echelon.editset Bring an (edit) matrix to reduced row echelon form.
echelon.matrix Bring an (edit) matrix to reduced row echelon form.
editarray Parse textual, categorical edit rules to an editarray
editfile Read edits edits from free-form textfile
editmatrix Create an editmatrix
editnames Names of edits Retrieve edit names from editset, -array or -matrix
edits Example editrules, used in vignette
editset Create an editset which can contain a mix of categorical, numerical and mixededits
editTypes basic test for type of edit
eliminate eliminate a variable from a set of edit rules
eliminate.editarray eliminate a variable from a set of edit rules
eliminate.editmatrix eliminate a variable from a set of edit rules
errorLocalizer Localize errors in numerical data based on the paradigm of Fellegi and Holt.
errorLocalizer.editarray Localize errors in numerical data based on the paradigm of Fellegi and Holt.
errorLocalizer.editmatrix Localize errors in numerical data based on the paradigm of Fellegi and Holt.
errorLocation The errorLocation object

-- G --

generateEdits Derive all essentially new implicit edits
getA Returns the coefficient matrix 'A' of linear (in)equalities
getAb Returns augmented matrix representation of edit set.
getb Returns the constant part 'b' of a linear (in)equality
getH Returns the derivation history of an edit matrix or array
geth Returns the derivation history of an edit matrix or array
getOps Returns the operator part of a linear (in)equality 'editmatrix' E
getVars get names of variables in a set of edits

-- I --

is.editarray Check if an object is an 'editarray'
is.editmatrix Check if object is an'editmatrix'
is.editset Check if an object is an 'editset'
isFeasible Check consistency of editmatrix or editarray
isNormalized Check if an editmatrix is normalized
isObviouslyInfeasible Check for obviously infeasible edit rules
isObviouslyInfeasible.editarray Check for obviously infeasible edit rules
isObviouslyInfeasible.editmatrix Check for obviously infeasible edit rules
isSubset Check if any edit rule is a subset of another one
iter.backtracker iterate over all solutions of a 'backtracker'

-- L --

listViolatedEdits Lists which rows of 'data.frame dat' violate which constraints
localizeErrors Localize errors on records in a data.frame.

-- N --

nedits Number of edits Count the number of edits in a collection of edits.
neweditmatrix Create an 'editmatrix' object from its constituing attributes.
normalize Normalizes an editmatrix
numcat return vector with number of categories for each variable in editarray

-- P --

parseEdits Parse a character vector of edits
plot.editarray Graphical representation of edits
plot.editmatrix Graphical representation of edits
plot.editset Graphical representation of edits
plot.errorLocation plot errorLocation object
plot.violatedEdits Plot summary statistics on violatedEdits
print.backtracker print a backtracker
print.errorLocation Print object of class errorLocation
print.violatedEdits Print violatedEdits

-- R --

reduce Remove empty rows and variables from set of edits
reduce.editarray Remove empty rows and variables from set of edits
reduce.editmatrix Remove empty rows and variables from set of edits
reduce.editset Remove empty rows and variables from set of edits

-- S --

str.editarray 'str' method for editarray object
str.editmatrix 'str' method for editmatrix object
substValue Replace a variable by a value in a set of edits.
substValue.editarray Replace a variable by a value in a set of edits.
substValue.editmatrix Replace a variable by a value in a set of edits.
substValue.editset Replace a variable by a value in a set of edits.
summary.editarray Summarize
summary.editmatrix Summarize
summary.editset Summarize
summary.errorLocation Summarize
summary.violatedEdits Summary statistics on violatedEdits

-- T --

toDataFrame Coerce an editmatrix to a 'data.frame'

-- V --

violatedEdits Retrieve which rows of 'data.frame dat' violate which constraints
violatedEdits.character Retrieve which rows of 'data.frame dat' violate which constraints
violatedEdits.data.frame Retrieve which rows of 'data.frame dat' violate which constraints
violatedEdits.editarray Retrieve which rows of 'data.frame dat' violate which constraints
violatedEdits.editmatrix Retrieve which rows of 'data.frame dat' violate which constraints
violatedEdits.editset Retrieve which rows of 'data.frame dat' violate which constraints

-- misc --

[.editarray Row index operator for 'editmatrix'
[.editmatrix Row index operator for 'editmatrix'
[.editset Row index operator for 'editmatrix'