Dear all.
I have a question on plotting the coefficients from a series of mutivariate
quantile regressions. The following code plots the coefficients for each
RHS variable x1 and x2. Is there a way to plot only the coefficients on x1?
In the data I am using, I have a large number of fixed effects and do want
to plot the coefficients on these fixed effects.
quant.plot <- summary(rq(paste("y ~ x1 + x2"), tau=1:9/10))
postscript(file=paste(output.dir, "plot.eps", sep="/"),
paper="special",
width=10,
height=10,
horizontal=FALSE)
plot(quant.plot)
Best
Michael
[[alternative HTML version deleted]]
______________________________________________
[email protected] 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.