Learn R Programming

usl (version 1.2.2)

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

Description

Initialize the object.

Usage

## S3 method for class 'USL':
initialize(.Object, call, frame, regr, resp, scale.factor,
  sigma, kappa, boot)

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.
boot
A bootstrap object used to estimate confidence intervals for the parameters sigma and kappa.

Value

  • An object of the specific type.