info | R Documentation |
Returns descriptive information about fitted objects.
info(object, which, ...)
## S4 method for signature 'ANY,missing'
info(object, which, ...)
infoCheck(object, which, ...)
object |
fitted object. |
which |
which information to get. Use |
... |
passed to methods. |
Function info
can be used to access slots of fitted
objects in a portable way.
Function infoCheck
returns a logical value that is TRUE
if the requested information can be computed from the object
.
Friedrich Leisch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.