Learn R Programming

usl (version 1.8.0)

initialize,USL-method: Generate an object from the "USL" class

Description

Initialize the object.

Usage

# S4 method for USL
initialize(.Object, call, frame, regr, resp, scale.factor,
  sigma, kappa)

Arguments

.Object

The object to initialize.

call

The formula used to create the USL model.

frame

The model frame containing the variables in the model.

regr

The name of the regressor variable in the model.

resp

The name of the response variable in the model.

scale.factor

A numeric value for the scale of the model. This is the factor by which the model values have been reduced to get a normalized model.

sigma

The contention parameter of the model.

kappa

The coherency delay parameter of the model.

Value

An object of the specific type.