On 2012-05-24 03:26, stefan23 wrote:
Hi Folks,
I am currently trying to present some results I obtained by using the
quantreg package developed by Roger Koenker. After calculating
fit<-summary(rq(Y~X1+X2, tau=2:98/100) ) the function plot(fit) presents a
really nice the results by showing the values for all "regressors" in the
given interval tau. But in my case, I only need the output of a single
variable, say X1 and I am not interested in plotting the others. Is there a
way to hide the other graphics?

Isn't this accomplished by specifying the argument 'parm'?

  plot(fit, parm = 2)

etc.

Peter Ehlers

Thank you very much for your help,

Cheers
Stefan

--
View this message in context: 
http://r.789695.n4.nabble.com/plot-summary-quantreg-Not-all-outputs-needed-tp4631184.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
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.

Reply via email to