$,mrgmod-method {mrgsolve} | R Documentation |
Select parameter values from a model object
Description
The $
and [[
operators get the value
of a single parameter in the model. The
[
gets several values, returning a
named list.
Usage
## S4 method for signature 'mrgmod'
x$name
## S4 method for signature 'mrgmod'
x[[i, exact = TRUE]]
## S4 method for signature 'mrgmod'
x[i]
Arguments
x |
mrgmod object |
name |
parameter to take |
i |
an element to select |
exact |
not used |
[Package mrgsolve version 1.5.1 Index]