summary {PTSR} | R Documentation |
Summary Method of class PTSR
Description
summary
method for class "ptsr"
.
Usage
## S3 method for class 'ptsr'
summary(object, ...)
## S3 method for class 'summary.ptsr'
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.ptsr
computes and returns a list
of summary statistics of the fitted model given in object
.
Returns a list of class summary.ptsr
, which contains the
following components:
residuals |
the residuals of the model. |
coefficients |
a |
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. |