[R] plot(summary) quantreg - Not all outputs needed

Peter Ehlers ehlers at ucalgary.ca
Thu May 24 20:10:57 CEST 2012


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.



More information about the R-help mailing list