[R] predict problem

Alan T. Arnholt arnholt at math.appstate.edu
Mon Apr 9 16:14:12 CEST 2001


On Mon, 09 Apr 2001 15:43:13 +0200 Troels Ring 
<tring at gvdnet.dk> wrote:


> lot <- c(30,20,60,80,40,50,60,30,70,60)
> hours <- c(73,50,128,170,87,108,135,69,148,132)
> z1 <- lm(hours~lot)
> new <- data.frame(x=80)
> predict(z1,new,interval="confidence",level=90)

you will also need to change your level to read .90 versus 
90
> predict.lm(z1,newdata=new,interval="confidence",level=.90)
     fit      lwr      upr
[1,] 170 166.9245 173.0755

Alan
----------------------
Alan T. Arnholt
arnholt at math.appstate.edu

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list