rstandard.kspm: Standardized residuals for Kernel Semi parametric Model Fits

Description Usage Arguments Details Value Author(s) See Also

View source: R/rstandardKspm.R

Description

computes standardized residuals for an object of class "kspm".

Usage

1
2
## S3 method for class 'kspm'
rstandard(model, ...)

Arguments

model

an model of class "kspm", usually, a result of a call to kspm.

...

furter arguments passed to or from other methods (currently unused).

Details

Standardized residuals t_i are obtained by t_i = 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.

Value

a vector containing the standardized residuals.

Author(s)

Catherine Schramm, Aurelie Labbe, Celia Greenwood

See Also

kspm for fitting model, residuals.kspm, cooks.distance.kspm, plot.kspm.


KSPM documentation built on Aug. 10, 2020, 5:07 p.m.