cartinfo | R Documentation |
Return various information on a CART model.
cartinfo(model)
model |
The decision tree. |
Various information organized into a vector.
CART
, cartdepth
, cartleafs
, cartnodes
, cartplot
require (datasets)
data (iris)
model = CART (iris [, -5], iris [, 5])
cartinfo (model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.