st: Adding data-driven reference line to quantile plot
Date
Thu, 26 May 2005 16:58:21 -0400
Hi there:
I am generating a series of quantile plots of quarterly returns but
would like to flag one company (out of 150 or so that comprise the
data). I found one way of doing this, using yline after manually
looking up that company's value for the quarter in question. For
example,
Here I looked up the 2001, 2nd quarter return for the company in
question & saw that its return was 0.011 -- hence, yline(0.011).
My question is: is there a way to pass something to yline from the
data so that this doesn't have to be a manual operation (& hence
susceptible to error)?