Greetings R Community,

I am running quantile regressions using quantreg in R. I also plot the 
residuals in a QQplot which indicate fat tails. I would like to try using 
Student distribution, but I do not know if the R software allows it for my task 
in hand.

In my opinion it is very likely that there is a structural break and if that is 
not taken into consideration by the rq() function leading to QQ plots which 
display nonlinearity. Hence, the model is slightly misspecified.
I was also wondering if I can cope with the nonlinearity by using a sandwich 
estimate in the summary.rq() function such as "ker".

How can I modify the model to improve the model specification and the standard 
errors specifications? Can I modify the regression model or do I have to change 
the method used to compute the error terms in summary.rq()?

Thanks for your feedback.

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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