Date: Sun, 16 Oct 2011 07:22:06 -0400
Reply-To: "\"SUBSCRIBE SAS-L Anonymous\"sourav" <mujamailkaro2010@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "\"SUBSCRIBE SAS-L Anonymous\"sourav" <mujamailkaro2010@GMAIL.COM>
Subject: FUNNel plots +sas annotate help
Hi,
I need to create FUNNEL plot in sas . In my database I have four variable
population (x axis) , ratio(y axis), upper_limit_ratio, lower_limit_ratio.
Initially I am using the following code
proc gplot data=tmp;
plot ratio*population upper_limit_ratio*population
But later I found out I need to create a annonate dataset then I can do
the Funnel plots.
I want to know how I will create annonate dataset to get a funnel plot
Thanks
sourav
|