print.logicFS {logicFS} | R Documentation |
Prints an object of class logicFS
.
## S3 method for class 'logicFS': print(x, topX = 5, show.prop = TRUE, coded = FALSE, digits = 2, ...)
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. |
Holger Schwender, holger.schwender@udo.edu