Learn R Programming

usl (version 1.2.1)

$: Extract parts of a "USL" object

Description

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

Usage

## S3 method for class '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
## get coefficients from a usl model
usl.model$coefficients

Run the code above in your browser using DataLab