I have a quantile regression that I'm running in the quantreg
package of R as below:
read19 <- rq(comppercentile~q19*mothered+ethnicity+gender,tau=.5,data=medmodel)
q19 is quantitative and mothered is a 2 level factor.
Once I get a significant interaction between q19 and mothered, how do I get the effect of q19 at each level of mothered?