Description Usage Arguments Details Value Author(s) References See Also
Calculates studentized residuals using
t_i = \frac{\hat{\varepsilon}_{i}}{\hat{σ}_{\varepsilon}^{2} √{1 - h_{ii}}}
1 2 3 4 5 6 7 | .tepsilonhat(
epsilonhat = NULL,
h = NULL,
sigma2hatepsilonhat = NULL,
X = NULL,
y = NULL
)
|
epsilonhat |
Numeric vector of length |
h |
Numeric vector of length |
sigma2hatepsilonhat |
Numeric. Estimate of error variance. |
X |
|
y |
Numeric vector of length |
If epsilonhat
, h
, or sigma2hatepsilonhat
are NULL
,
they are calculated using X
and y
.
Returns studentized residuals.
Ivan Jacob Agaloos Pesigan
Other residuals functions:
.My()
,
.yminusyhat()
,
My()
,
epsilonhat()
,
tepsilonhat()
,
yminusyhat()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.