USL
" for Universal Scalability Law modelsThis class encapsulates the Universal Scalability Law. Use the function
usl
to create new objects from this class.
frame
The model frame.
call
The call used to create the model.
regr
The name of the regressor variable.
resp
The name of the response variable.
scale.factor
The scale factor used to create the model.
coefficients
The coefficients sigma and kappa of the model.
coef.std.err
The standard errors for the coefficients sigma and kappa.
coef.names
A vector with the names of the coefficients.
fitted
The fitted values of the model. This is a vector.
residuals
The residuals of the model. This is a vector.
df.residual
The degrees of freedom of the model.
r.squared
Coefficient of determination of the model.
adj.r.squared
Adjusted coefficient of determination.
efficiency
The efficiency, e.g. speedup per processor.
na.action
The na.action
used by the model.