I've read the quantreg vignette and ?rq and applied rq() to Brownlee's stack loss data set. The results when I specify the desired output quantile (tau) are easily understood. When I specify tau = -1 (as in the 4th example in ?rq) I do not know what I'm seeing as the results. The code is:
data(stackloss) rq(stack.loss ~ stack.x, tau=-1) # which the help page tells me returns the # full rq process Please point me to some documentation that explains the extensive results of the full rq process. Rich ______________________________________________ R-help@r-project.org mailing list 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.