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.hard...@wlandres.net>
Date: 03-Mar-2015  Time: 23:28:20
This message was sent by XFMail

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to