Usage
## S3 method for class 'slm':
summary(object, correlation, \dots)
## S3 method for class 'mslm':
summary(object, \dots)
## S3 method for class 'slm':
print(x, digits, \dots)
## S3 method for class 'summary.slm':
print(x, digits, symbolic.cor, signif.stars, \dots)
## S3 method for class 'slm':
fitted(object, \dots)
## S3 method for class 'slm':
residuals(object, \dots)
## S3 method for class 'slm':
coef(object, \dots)
## S3 method for class 'slm':
extractAIC(fit, scale = 0, k = 2, \dots)
## S3 method for class 'slm':
deviance(object, \dots)
Arguments
object,x,fit
object of class slm.
digits
minimum number of significant digits to be used for most numbers.
scale
optional numeric specifying the scale parameter of the model,
see 'scale' in 'step'. Currently only used in the '"lm"'
method, where 'scale' specifies the estimate of the error
variance, and 'scale = 0' indicates that it is
k
numeric specifying the "weight" of the equivalent degrees of
freedom ('edf') part in the AIC formula.
symbolic.cor
logical; if TRUE, the correlation of coefficients
will be printed. The default is FALSE
signif.stars
logical; if TRUE, P-values are additionally encoded
visually as ``significance stars'' in order to help scanning
of long coefficient tables. It defaults to the
`show.signif.stars' slot of `options'.
correlation
logical; if TRUE, the correlation matrix of the
estimated parameters is returned and printed.
...
additional arguments passed to methods.