getMatEval              package:logicFS              R Documentation

_E_v_a_l_u_a_t_e _P_r_i_m_e _I_m_p_l_i_c_a_n_t_s

_D_e_s_c_r_i_p_t_i_o_n:

     Computes the values of prime implicants for observations for which
     the values of the variables composing the prime implicants are
     available.

_U_s_a_g_e:

     getMatEval(data, vec.primes, check = TRUE)

_A_r_g_u_m_e_n_t_s:

    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 'data'

   check: should some checks be done before the evaluation is
          performed? It is highly recommended not to change the default
          'check = TRUE'

_V_a_l_u_e:

     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

_A_u_t_h_o_r(_s):

     Holger Schwender, holger.schwender@udo.edu

