initialize,USL-method {usl} | R Documentation |
Generate an object from the "USL
" class
Description
Initialize the object.
Usage
## S4 method for signature 'USL'
initialize(.Object, call, frame, regr, resp, alpha, beta, gamma)
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. |
alpha |
The contention parameter of the model. |
beta |
The coherency delay parameter of the model. |
gamma |
The slope of the ideal parallel scaling of the three parameter model. This parameter corrsponds to the scale.factor parameter of the two parameter model. |
Value
An object of the specific type.
[Package usl version 3.0.3 Index]