powered by
Returns the Studentized residuals based on rank-based estimation.
# S3 method for rfit rstudent(model,...)
an object of class rfit
additional arguments. currently not used.
John Kloke, Joseph McKean
Hettmansperger, T.P. and McKean J.W. (2011), Robust Nonparametric Statistical Methods, 2nd ed., New York: Chapman-Hall.
rfit
x<-runif(47) y<-rcauchy(47) qqnorm(rstudent(fit<-rfit(y~x))) plot(x,rstudent(fit)) ; abline(h=c(-2,2))
Run the code above in your browser using DataLab