• stdres<-rstudent(lm1)
    plot(stdres)
    plot(stdres)
  • abline(h=c(-2,2))
    (注意)前画像の上に上書きをするため、前画像の散布図は消去しないこと
    abline
  • y<-sqrt(abs(stdres))
    plot(y)
    y<-sqrt(abs(stdres))
  • y[y<0.177|y>1.497]
    y[y<0.177|y>1.497]
  • plot.lm(lm1,which=3)
    plot.lm