$,USL-method {usl} | R Documentation |
Extract parts of a "USL
" object
Description
The operator extracts a part of a USL-class
object.
Usage
## S4 method for signature 'USL'
x$name
Arguments
x |
Object from which to extract elements. |
name |
A literal character string or a name (possibly quoted). |
Details
This is a generic method for the class used in the usl package.
The operator is used internally by functions like coef
, so
it is necessary to have a working implementation of the coef
function.
See Also
Examples
## Not run:
## get coefficients from a usl model
usl.model$coefficients
## End(Not run)
[Package usl version 3.0.3 Index]