LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (October 2011, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


Back to: Top of message | Previous page | Main SAS-L page