Learn R Programming

editrules (version 2.9.5)

reduce: Remove redundant variables and edits.

Description

Remove variables which are not contained in any edit and remove edits which are obviously redundant.

Usage

reduce(E, ...)

# S3 method for editmatrix reduce(E, tol = sqrt(.Machine$double.eps), ...)

# S3 method for editarray reduce(E, ...)

# S3 method for editset reduce(E, ...)

Arguments

E

editmatrix or editarray

...

arguments to pass to other methods

tol

elements of E with absolute value < tol are considered 0.

See Also

contains, eliminate, substValue