USL" for Universal Scalability Law modelsThis class encapsulates the Universal Scalability Law. Use the function
usl to create new objects from this class.
frameThe model frame.
callThe call used to create the model.
regrThe name of the regressor variable.
respThe name of the response variable.
scale.factorThe scale factor used to create the model.
coefficientsThe coefficients sigma and kappa of the model.
coef.std.errThe standard errors for the coefficients sigma and kappa.
coef.namesA vector with the names of the coefficients.
fittedThe fitted values of the model. This is a vector.
residualsThe residuals of the model. This is a vector.
df.residualThe degrees of freedom of the model.
r.squaredCoefficient of determination of the model.
adj.r.squaredAdjusted coefficient of determination.
efficiencyThe efficiency, e.g. speedup per processor.
na.actionThe na.action used by the model.