| tidy {tidyrules} | R Documentation |
tidy is re-export of generics::tidy from
tidyrules package
Description
tidy applied on a supported model fit creates a rulelist.
See Also section links to documentation of specific methods.
Usage
tidy(x, ...)
Arguments
x |
A supported model object |
... |
For model specific implementations to use |
See Also
rulelist, tidy, augment, predict, calculate, prune, reorder
Other Core Tidy Utility:
tidy.C5.0(),
tidy.cubist(),
tidy.rpart()
[Package tidyrules version 0.2.7 Index]