View source: R/print.logforest.R
print.logforest | R Documentation |
Prints the important predictors from a fitted logic forest model.
## S3 method for class 'logforest'
print(x, sortby = "importance", ...)
x |
An object of class |
sortby |
A character string specifying whether to sort the predictors by |
... |
Additional arguments (currently ignored). |
No return value. This function is called for its side effects (printing).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.