cash-USL-method: Extract parts of a "'USL'" object

$,USL-methodR 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

USL-class, Extract

Examples

## Not run: 
## get coefficients from a usl model
usl.model$coefficients

## End(Not run)


smoeding/usl documentation built on Oct. 1, 2022, 3:14 a.m.