summary {BTSR} | R Documentation |
Summary Method of class BTSR
Description
summary
method for class "btsr"
.
Usage
## S3 method for class 'btsr'
summary(object, ...)
## S3 method for class 'summary.btsr'
print(x, digits = max(3L, getOption("digits") - 3L),
signif.stars = getOption("show.signif.stars"), ...)
Arguments
object |
object of class |
... |
further arguments passed to or from other methods. |
x |
an object of class |
digits |
minimal number of significant digits, see
|
signif.stars |
logical. If |
Details
print.summary.btsr
tries to be smart about formatting the
coefficients, standard errors, etc. and additionally provides
‘significance stars’.
Value
The function summary.btsr
computes and returns a list
of summary statistics of the fitted model given in object
.
Returns a list of class summary.btsr
, which contains the
following components:
model |
the corresponding model. |
call |
the matched call. |
residuals |
the residuals of the model. Depends on the definition
of |
coefficients |
a |
aliased |
named logical vector showing if the original coefficients are aliased. |
sigma.res |
the square root of the estimated variance of the random error
where |
df |
degrees of freedom, a 3-vector |
vcov |
a |
loglik |
the sum of the log-likelihood values |
aic |
the AIC value. |
bic |
the BIC value. |
hqc |
the HQC value. |