Description Usage Arguments Value Author(s)
Computes the values of prime implicants for observations for which the values of the variables composing the prime implicants are available.
1 | getMatEval(data, vec.primes, check = TRUE)
|
data |
a data frame in which each row corrsponds to an observation, and each column to a binary variable. |
vec.primes |
a character vector naming the prime implicants that
should be evaluated. Each of the variables composing these prime implicants must
be represented by one column of |
check |
should some checks be done before the evaluation is performed? It is
highly recommended not to change the default |
a matrix in which each row corresponds to an observation (the same observations
in the same order as in data
, and each column to one of the prime implicants.
Holger Schwender, holger.schwender@hhu.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.