[R] FW: FW: confidence intervals values in locpol

IOANNA IOANNOU ii54250 at msn.com
Wed Mar 4 09:31:57 CET 2015


 Hello all,
 
 A straightforward question. How can I get a the values of the 90% 
 confidence intervals of a locpol in R? I can see how you can plot the 
 mean as well as the confidence intervals. I would like the matrix of 
 the values corresponding to the 95% and 5% exceedance probability.
 
 Any ideas?
 
 For example
 
 N <- 250
     xeval <- 0:100/100
     ##  ex1
     d <- data.frame(x = runif(N))
     d$y <- d$x^2 - d$x + 1 + rnorm(N, sd = 0.1)
     r <- locpol(y~x,d)
     plot(r)
 
 Best,
 Ioanna
 

-------------------------------------------------
E-Mail: (Ted Harding) <Ted.Harding at wlandres.net>
Date: 03-Mar-2015  Time: 23:28:20
This message was sent by XFMail



More information about the R-help mailing list