Learn R Programming

usl (version 1.8.0)

USL-class: Class "USL" for Universal Scalability Law models

Description

This class encapsulates the Universal Scalability Law. Use the function usl to create new objects from this class.

Arguments

Slots

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.

See Also

usl