rstandard.kspm {KSPM} | R Documentation |
computes standardized residuals for an object of class "kspm".
## S3 method for class 'kspm'
rstandard(model, ...)
model |
an model of class "kspm", usually, a result of a call to |
... |
furter arguments passed to or from other methods (currently unused). |
Standardized residuals t_i
are obtained by t_i = \frac{e_i}{\hat{\sigma} \sqrt{1 - h_{ii}}}
where e_i
is the residual, \hat{\sigma}
is the estimated standard deviation of the errors and h_{ii}
is the leverage of subject i, i.e. the i th diagonal element of the Hat matrix.
a vector containing the standardized residuals.
Catherine Schramm, Aurelie Labbe, Celia Greenwood
kspm for fitting model, residuals.kspm, cooks.distance.kspm, plot.kspm.