print.logicFS {logicFS}R Documentation

Print a logicFS object

Description

Prints an object of class logicFS.

Usage

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

Arguments

x an object of either class logicFS
topX integer indicating 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 are also shown
show.prop should the proportions of models containing the interactions of interest 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 j-th variable is Xj
digits number of digits used in the output
... Ignored

Author(s)

Holger Schwender, holger.schwender@udo.edu

See Also

logicFS, vim.logicFS


[Package logicFS version 1.8.0 Index]