powered by
USL
The operator extracts a part of a USL-class object.
USL-class
# S4 method for USL $(x, name)
Object from which to extract elements.
A literal character string or a name (possibly quoted).
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.
coef
USL-class, Extract
Extract
if (FALSE) { ## get coefficients from a usl model usl.model$coefficients }
Run the code above in your browser using DataLab