<?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: How can i make a bar chart that does not show the frequency but the size of the value itself? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/How-can-i-make-a-bar-chart-that-does-not-show-the-frequency-but/m-p/813574#M34124</link>
    <description>If i'm following you correctly, when your data set is composed of summary statistics, you can use VBARPARM (instead of VBAR) to chart the actual values and not mean (or some other statistic) that is computed from your data set.</description>
    <pubDate>Mon, 16 May 2022 19:03:53 GMT</pubDate>
    <dc:creator>svh</dc:creator>
    <dc:date>2022-05-16T19:03:53Z</dc:date>
    <item>
      <title>How can i make a bar chart that does not show the frequency but the size of the value itself?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-can-i-make-a-bar-chart-that-does-not-show-the-frequency-but/m-p/813567#M34123</link>
      <description>&lt;P&gt;I have a table with 12 rows for 12 months and 2 columns, the other column is called average. How can I get a bar chart that gives me 12 bars with the size of average? I always get 12 bars with the size of 1 because it's 1 stat per month, but that's not what I am interested in&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;proc sgplot data=my_data;
vbar avg / group=month;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;What do I need to change?&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 18:54:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-can-i-make-a-bar-chart-that-does-not-show-the-frequency-but/m-p/813567#M34123</guid>
      <dc:creator>Gabs289</dc:creator>
      <dc:date>2022-05-16T18:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: How can i make a bar chart that does not show the frequency but the size of the value itself?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-can-i-make-a-bar-chart-that-does-not-show-the-frequency-but/m-p/813574#M34124</link>
      <description>If i'm following you correctly, when your data set is composed of summary statistics, you can use VBARPARM (instead of VBAR) to chart the actual values and not mean (or some other statistic) that is computed from your data set.</description>
      <pubDate>Mon, 16 May 2022 19:03:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-can-i-make-a-bar-chart-that-does-not-show-the-frequency-but/m-p/813574#M34124</guid>
      <dc:creator>svh</dc:creator>
      <dc:date>2022-05-16T19:03:53Z</dc:date>
    </item>
  </channel>
</rss>

