[R] plot(summary) within quantreg package

Dieter Menne dieter.menne at menne-biomed.de
Thu May 15 17:45:29 CEST 2008


Duccio - <ritchieblackmore72 <at> gmail.com> writes:

> 
> Quantreg package allows to plot the summary of models derived by quantile
> regression at different taus.
......
> Here the main code:
> 
> model<- rq(y~x,data=dataset, tau = 0.8:10/10) # here is the model
> 
> model.summary<- summary(model)
> 
> plot(sfm) # this function plots the summary parameters together with a red
> line I would like to remove

Please provide a full example that can be pasted into R (including library,
dataset as some dummy data, and what sfm means). 

Dieter



More information about the R-help mailing list