powered by
ggmodel(model,toplot="points",which=c(1:3, 5),mfrow=c(1,1),what="plots",...)
resplot
y <- rnorm(100); x <- rnorm(100) mod <- lm(y ~ x) ggmodel(mod)
Run the code above in your browser using DataLab