For an editmatrix
, variables with coefficients smaller than
tol
are considered not to be contained in an edit.
matrix method for contains
editmatrix method for contains
contains method for editarray
contains method for cateditmatrix
contains method for editset
contains(E, var = NULL, ...)# S3 method for matrix
contains(E, var = NULL, tol = sqrt(.Machine$double.eps),
...)
# S3 method for editmatrix
contains(E, var = NULL,
tol = sqrt(.Machine$double.eps), ...)
# S3 method for editarray
contains(E, var = NULL, ...)
# S3 method for editset
contains(E, var = NULL, ...)
# S3 method for editset
contains(E, var = NULL, ...)
logical
vector of length nrow(E), TRUE for edits containing var
editarray
, editmatrix
, editset
, or matrix
character
, names of a categorical variables in E
. If var=NULL, all variables are treated.
arguments to be passed to other methods
tolerance to check zero-entries