| print.model | R Documentation |
Prints a short description of the model – the method it was obtained with, and the size of
the data it was fitted on – instead of dumping the underlying list. Use
summary (model) for the full detail of the wrapped model.
## S3 method for class 'model'
print(x, ...)
x |
The model to be printed (object of class |
... |
Other parameters. |
model-class, summary.model, predict.model
require (datasets)
data (iris)
NB (iris [, -5], iris [, 5])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.