print.logicFS: Print a logicFS object

Description Usage Arguments Author(s) See Also

Description

Prints an object of class logicFS.

Usage

1
2
## 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@hhu.de

See Also

logicFS, vim.logicFS


logicFS documentation built on Nov. 8, 2020, 5:23 p.m.