Description Usage Arguments Value
View source: R/summary.prais.R
Summary method for class "prais"
.
1 2 3 4 5 6 7 8 9 10 |
object |
an object of class |
... |
further arguments passed to or from other methods. |
x |
an object of class |
digits |
the number of significant digits to use when printing. |
signif.stars |
logical. If |
summary.prais
returns a list of class "summary.prais"
,
which contains the following components:
call |
the matched call. |
residuals |
the residuals, that is the response minus the fitted values. |
coefficients |
a named vector of coefficients. |
rho |
the values of the AR(1) coefficient ρ from all iterations. |
sigma |
the square root of the estimated variance of the random error. |
df |
degrees of freedom, a 3-vector (p, n-p, p*), the first being the number of non-aliased coefficients, the last being the total number of coefficients. |
r.squared |
R^2, the 'fraction of variance explained by the model', R^2 = 1 - \frac{∑ {(y_i - \hat{y}_i)^2}}{∑ {(y_i - \overline{y})^2}}, where \overline{y} is the mean of y_i for y_i = 1, ..., N if there is an intercept and zero otherwise. |
adj.r.squared |
the above R^2 statistic 'adjusted', penalising for higher p. |
fstatistic |
(for models including non-intercept terms) a 3-vector with the value of the F-statistic with its numerator and denominator degrees of freedom. |
cov.unscaled |
a p \times p matrix of (unscaled) covariances of the coef[j], j=1, ..., p. |
dw |
a named 2-vector with the Durbin-Watson statistic of the original linear model and the Prais-Winsten estimator. |
index |
a character specifying the ID and time variables. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.