powered by
PoincarePlot(x, res)
hctest
data(trees) ans<-lm(Volume~Girth+Height, data=trees) x <- trees$Girth res <- resid(ans) PoincarePlot(x, res)
Run the code above in your browser using DataLab