I am plotting regression summaries for a quantile regression I did with quantreg
.
Obviously the method plot.summary.rqs
is in use here. The problem is that is use quite a few explanatory variables each of which are displayed in the plot. Most of the coefficients behave not significantly different from OLS, so I just want to pick out and display a few of them.
How can I select the plots that I need to show? I am using knitr
for my reports but do not want to show dozens of variables (and you get there quickly using dummies). Is there a way to cherry pick?
By default,
plot.summary.rqs
plots all coefficients:To cherry pick coefficients, the
parm
argument can be used: