Re: [R] plot(summary) within quantreg package

2008-05-18 Thread Achim Zeileis
On Sun, 18 May 2008, [EMAIL PROTECTED] wrote: Quantreg package allows to plot the summary of models derived by quantile regression at different taus. The plot shows the parameters variation by varying taus: intercept and slope (for a linear model). Together with these values even confidence inte

[R] plot(summary) within quantreg package

2008-05-18 Thread rocchini
Quantreg package allows to plot the summary of models derived by quantile regression at different taus. The plot shows the parameters variation by varying taus: intercept and slope (for a linear model). Together with these values even confidence intervals may be plotted, based on the threshold give

Re: [R] plot(summary) within quantreg package

2008-05-15 Thread Dieter Menne
Duccio - 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

[R] plot(summary) within quantreg package

2008-05-15 Thread Duccio -
Quantreg package allows to plot the summary of models derived by quantile regression at different taus. The plot shows the parameters variation by varying taus: intercept and slope (for a linear model). Together with these values even confidence intervals may be plotted, based on the threshold gi