Dear Community, 

I'd like to plot an rq object the same way I do with a lm one, is it
possible? Something like this

plot(rqmodel , 1:4, id.labels=rownames(pga1)); where

rqmodel <- rq(log(vd) ~ v1 + log(v2) +log(v3) + v4 + v5 ,data =dat)


Thanks in advance and apologies, I'm pretty newbie with this, u...@host.com


--
View this message in context: 
http://r.789695.n4.nabble.com/plot-rq-lm-tp4262170p4262170.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org 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.

Reply via email to