Package questions to package maintainers please.
The short answer is that your alpha = .4 parameter needs to
be passed to summary not to plot. Try this:
> plot(summary(rq(foodexp~income,tau = 1:49/50,data=engel),alpha =.
> 4), nrow=1,
> ncol=2, ols = TRUE)
A longer answer would involve a
Hello,
I am having problems adjusting the plot output from the quantreg
package. Anyone know what I'm doing wrong?
For example (borrowing from the help files):
plot(summary(rq(foodexp~income,tau = 1:49/50,data=engel)), nrow=1,
ncol=2,alpha = .4, ols = TRUE, xlab="test")
The "alpha=" paramete