print.logicFS {logicFS}R Documentation

Print an logicFS object

Description

This functions prints an object of class logicFS.

Usage

## S3 method for class 'logicFS':
print(x, topX = 5, show.prop = TRUE, coded = FALSE, ...)

Arguments

x an object of class logicFS
topX integer indícating how many interactions should be shown. Additionally to the topX most important interactions, any interaction having the same importance as the topX most important one is also shown
show.prop should the proportions of models containing the interactions of interests also be shown?
coded should the coded variable names be displayed? Might be useful if the actual variable names are pretty long. The coded variable name of the yth variable is "Xy".
... Ignored

Author(s)

Holger Schwender, holger.schwender@udo.edu

See Also

logic.fs, logic.vim


[Package logicFS version 1.2.0 Index]