powered by
plotCI.reg(x, y, conf = 0.95, CI = TRUE, PI = TRUE, reg.col = 1, CI.col = 2, PI.col = 4, reg.lty = 1, CI.lty = 2, PI.lty = 3, reg.lwd = 1, CI.lwd = 1, ...)
plot
predict
y<-c(1,2,1,3,4,2,3,4,3,5,6) x<-c(2,3,1,4,5,4,5,6,7,6,8) plotCI.reg(x,y)
Run the code above in your browser using DataLab