Learn R Programming

usl (version 1.8.0)

$,USL-method: Extract parts of a "USL" object

Description

The operator extracts a part of a USL-class object.

Usage

# S4 method for 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

USL-class, Extract

Examples

Run this code
# NOT RUN {
## get coefficients from a usl model
usl.model$coefficients
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab