Skip to content
Back to formatted view

Raw Message

Message-ID: <000a01c9d80a$4ed9a9d0$0c00a8c0@ba1e3ea6d9c44a2>
Date: 2009-05-18T22:45:13Z
From: Christian Lehmann
Subject: Overlay two quantreg coefficients plots

Dear R-mailing list,

I would like to overlay two quantreg coefficients plots. I have
plot(summary(rq(ff~tipo,tau = 1:49/50,data=Spilldata)))
plot(summary(rq(ff~tipo,tau = 1:49/50,data=Spilldata1)))

Is there a possibility to display the two in the same graph?

Thank you so much!!!
Christian