Learn R Programming

usl (version 3.0.3)

$,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
if (FALSE) {
## get coefficients from a usl model
usl.model$coefficients
}

Run the code above in your browser using DataLab