logic.pimp {logicFS}R Documentation

Prime Implicants

Description

Determines the prime implicants contained in the logic regression models comprised in an object of class logicBagg.

Usage

logic.pimp(log.out)

Arguments

log.out an object of class logicBagg, i.e. the output of logic.bagging.

Details

Since we are interested in all potentially interested interactions and not in a minimum set of them, logic.pimp and returns all prime implicants and not a minimum number of them.

Value

A list consisting of the prime implicants for each of the B logic regression models of log.out.

Author(s)

Holger Schwender, holger.schwender@udo.edu

See Also

logic.bagging, logicFS, prime.implicants


[Package logicFS version 1.12.0 Index]