powered by
## S3 method for class 'rfit': rstudent(model,...)
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