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