$,mrgmod-method | R Documentation |
The $
and [[
operators get the value
of a single parameter in the model. The
[
gets several values, returning a
named list.
## S4 method for signature 'mrgmod'
x$name
## S4 method for signature 'mrgmod'
x[[i, exact = TRUE]]
## S4 method for signature 'mrgmod'
x[i]
x |
mrgmod object |
name |
parameter to take |
i |
an element to select |
exact |
not used |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.