Given a set of linear restrictions $E: {\bf Ax}\odot {\bf b}$ with $\odot\in{<,\leq,==}$, and="" matrix="" ${\bf="" a}$="" with="" columns="" a}_1,{\bf="" a}_2,\ldots,{\bf="" a}_n$.="" substituting="" variable="" $x_j$="" a="" value="" $\tilde{\bf="" x}_j$="" means="" setting="" a}_j="0$" b}="{\bf" a}_j\tilde{x}_j$.<="" p="">
Only rows with :
are kept. In
the kept rows, categories not equal to FALSE
Multiple replacements is not yet
implemented.
substValue(E, var, value, ...) ## S3 method for class 'editmatrix':
substValue(E, var, value,
reduce = FALSE, ...)
## S3 method for class 'editarray':
substValue(E, var, value,
reduce = FALSE, ...)
character
with name(s) of variable(s)
to substitutelogical
should variable columns be
removed from editmatrix?E
, with variables replaced by valueseditmatrix
may be
inconsistent because of inconsistencies in
$\tilde{\bf x}$.