| summary.model | R Documentation |
Prints the short description of print.model, followed by the summary of the
wrapped model itself.
## S3 method for class 'model'
summary(object, ...)
object |
The model (object of class |
... |
Other parameters, passed to the summary of the wrapped model. |
model-class, print.model
require (datasets)
data (iris)
summary (NB (iris [, -5], iris [, 5]))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.