<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Average of a frequency?! in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Average-of-a-frequency/m-p/45884#M1534</link>
    <description>Hi Mfisher, &lt;BR /&gt;
&lt;BR /&gt;
Thank you so much for your reply, that's exactly what I need. &lt;BR /&gt;
&lt;BR /&gt;
Unfortunately I am still on SAS 9.1 Service Pack 4 with no view to upgrade in the near future. &lt;BR /&gt;
&lt;BR /&gt;
Any other thoughts? Many thanks again.</description>
    <pubDate>Thu, 14 Apr 2011 15:13:00 GMT</pubDate>
    <dc:creator>GemmaR</dc:creator>
    <dc:date>2011-04-14T15:13:00Z</dc:date>
    <item>
      <title>Average of a frequency?!</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Average-of-a-frequency/m-p/45882#M1532</link>
      <description>Hi All, &lt;BR /&gt;
&lt;BR /&gt;
I've been asked to generate a bar chart that shows the frequency of an event occurring by week (used number of observations as freq). Now that's the ok part (I think)- done a bar chat and formatted the date so it's a week format. &lt;BR /&gt;
&lt;BR /&gt;
But now what they want is an monthly average of the frequency plotted as a line with the midpoints being the line joining the second and the third week. &lt;BR /&gt;
&lt;BR /&gt;
Does this make sense at all? I have a feeling the lovely annotate is on the cards! &lt;BR /&gt;
:-)&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Any help would be greatly received!&lt;BR /&gt;
Many Thanks&lt;BR /&gt;
Gemma</description>
      <pubDate>Wed, 06 Apr 2011 21:37:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Average-of-a-frequency/m-p/45882#M1532</guid>
      <dc:creator>GemmaR</dc:creator>
      <dc:date>2011-04-06T21:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Average of a frequency?!</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Average-of-a-frequency/m-p/45883#M1533</link>
      <description>Sounds like you need a bar chart on the first Y axis and a line plot of the mean on the second Y axis, centered on the 15th of the month.&lt;BR /&gt;
&lt;BR /&gt;
Here's an example of a bar-line chart, using sgplot:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/grstatproc/62603/HTML/default/viewer.htm#a003199396.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/grstatproc/62603/HTML/default/viewer.htm#a003199396.htm&lt;/A&gt;</description>
      <pubDate>Thu, 14 Apr 2011 14:39:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Average-of-a-frequency/m-p/45883#M1533</guid>
      <dc:creator>mfisher</dc:creator>
      <dc:date>2011-04-14T14:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Average of a frequency?!</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Average-of-a-frequency/m-p/45884#M1534</link>
      <description>Hi Mfisher, &lt;BR /&gt;
&lt;BR /&gt;
Thank you so much for your reply, that's exactly what I need. &lt;BR /&gt;
&lt;BR /&gt;
Unfortunately I am still on SAS 9.1 Service Pack 4 with no view to upgrade in the near future. &lt;BR /&gt;
&lt;BR /&gt;
Any other thoughts? Many thanks again.</description>
      <pubDate>Thu, 14 Apr 2011 15:13:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Average-of-a-frequency/m-p/45884#M1534</guid>
      <dc:creator>GemmaR</dc:creator>
      <dc:date>2011-04-14T15:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Average of a frequency?!</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Average-of-a-frequency/m-p/45885#M1535</link>
      <description>If you had v9.2, you could also use "proc gbarline".&lt;BR /&gt;
&lt;BR /&gt;
But since you're stuck with an older version of SAS, you might have to use a "proc gchart" bar chart, and annotate the line.  Here's an example:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://robslink.com/SAS/democd31/shoebar.htm" target="_blank"&gt;http://robslink.com/SAS/democd31/shoebar.htm&lt;/A&gt;</description>
      <pubDate>Thu, 14 Apr 2011 15:18:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Average-of-a-frequency/m-p/45885#M1535</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2011-04-14T15:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Average of a frequency?!</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Average-of-a-frequency/m-p/45886#M1536</link>
      <description>Thanks Robert. &lt;BR /&gt;
&lt;BR /&gt;
I thought I was going to have to use the annotate line, haven't done that in a while. I'm sure it's just like riding a bike huh?!?! &lt;BR /&gt;
&lt;BR /&gt;
Many thanks for you help!</description>
      <pubDate>Thu, 14 Apr 2011 15:46:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Average-of-a-frequency/m-p/45886#M1536</guid>
      <dc:creator>GemmaR</dc:creator>
      <dc:date>2011-04-14T15:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Average of a frequency?!</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Average-of-a-frequency/m-p/45887#M1537</link>
      <description>Yep - annotate is like riding a bike ... don't get your pants-leg caught in the chain! &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;</description>
      <pubDate>Thu, 14 Apr 2011 15:48:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Average-of-a-frequency/m-p/45887#M1537</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2011-04-14T15:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Average of a frequency?!</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Average-of-a-frequency/m-p/45888#M1538</link>
      <description>Ha ha! Yeah, definately not one for the floaty summer skirt!&lt;BR /&gt;
&lt;BR /&gt;
I'm sure I will be bugging you some more  before this has finished!&lt;BR /&gt;
&lt;BR /&gt;
bring on 9.2!</description>
      <pubDate>Thu, 14 Apr 2011 15:51:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Average-of-a-frequency/m-p/45888#M1538</guid>
      <dc:creator>GemmaR</dc:creator>
      <dc:date>2011-04-14T15:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Average of a frequency?!</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Average-of-a-frequency/m-p/45889#M1539</link>
      <description>Oh - and I guess it would help if I'd post the code, and not just the output &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://robslink.com/SAS/democd31/shoebar_info.htm" target="_blank"&gt;http://robslink.com/SAS/democd31/shoebar_info.htm&lt;/A&gt;</description>
      <pubDate>Thu, 14 Apr 2011 15:54:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Average-of-a-frequency/m-p/45889#M1539</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2011-04-14T15:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Average of a frequency?!</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Average-of-a-frequency/m-p/45890#M1540</link>
      <description>Don't worry, I've used your great site before so I managed to find it using your lovely filing system.</description>
      <pubDate>Thu, 14 Apr 2011 15:56:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Average-of-a-frequency/m-p/45890#M1540</guid>
      <dc:creator>GemmaR</dc:creator>
      <dc:date>2011-04-14T15:56:07Z</dc:date>
    </item>
  </channel>
</rss>

