Learn R Programming

LogicForest (version 2.1.3)

find.ctree: Find Complement of a Logic Regression Tree

Description

Constructs the complement of a given logic regression tree and computes the complement of its prime interactions (PIs).

Usage

find.ctree(tree)

Value

An object of class "logregtree" that is the complement of tree.

Arguments

tree

An object of class "logregtree" representing the original logic tree.

Author

Bethany Wolf wolfb@musc.edu

Details

This is an internal function called by pimp.import and is not intended for independent use. It generates a new "logregtree" object where the complements of the original tree's structure and PIs are calculated.