<?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 Histogram with 's' and 'na' as variables in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Histogram-with-s-and-na-as-variables/m-p/182418#M13987</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to plot histogram of a variable, which has character values. Values of variable interest has regular numeric values such as (1,23,4) , 'na' to indicate not applicable and 's' to indicate supressed value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am wondering if any body has done anything similar or has any paper to reference it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Feb 2015 00:49:36 GMT</pubDate>
    <dc:creator>learner_sas</dc:creator>
    <dc:date>2015-02-26T00:49:36Z</dc:date>
    <item>
      <title>Histogram with 's' and 'na' as variables</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Histogram-with-s-and-na-as-variables/m-p/182418#M13987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to plot histogram of a variable, which has character values. Values of variable interest has regular numeric values such as (1,23,4) , 'na' to indicate not applicable and 's' to indicate supressed value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am wondering if any body has done anything similar or has any paper to reference it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 00:49:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Histogram-with-s-and-na-as-variables/m-p/182418#M13987</guid>
      <dc:creator>learner_sas</dc:creator>
      <dc:date>2015-02-26T00:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Histogram with 's' and 'na' as variables</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Histogram-with-s-and-na-as-variables/m-p/182419#M13988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want your na and s values to be on the histogram, or do you want to remove them before you chart the data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 14:58:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Histogram-with-s-and-na-as-variables/m-p/182419#M13988</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2015-02-26T14:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Histogram with 's' and 'na' as variables</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Histogram-with-s-and-na-as-variables/m-p/182420#M13989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want them to be included.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 15:09:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Histogram-with-s-and-na-as-variables/m-p/182420#M13989</guid>
      <dc:creator>learner_sas</dc:creator>
      <dc:date>2015-02-26T15:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Histogram with 's' and 'na' as variables</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Histogram-with-s-and-na-as-variables/m-p/182421#M13990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi: If you are using Enterprise Guide tasks, then choose the One-way frequency choice on the Task menu (Tasks--&amp;gt;Describe--&amp;gt;One-Way Frequency) and then on the panel on the left, choose Plots and select either a horizontal or vertical plot. Or, if you are typing code, then investigate the PLOTS=(ALL) option for the TABLES statement in PROC FREQ. A screen shot of the Task window for Plots is shown (this is a partial page from the course notes for the Enterprise Guide 1 course &lt;A href="https://support.sas.com/edu/schedules.html?ctry=us&amp;amp;id=1947" title="https://support.sas.com/edu/schedules.html?ctry=us&amp;amp;id=1947"&gt;SAS Training in the United States -- SAS Enterprise Guide 1: Querying and Reporting&lt;/A&gt; ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11504i2BF04EC7E5737223/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="one_way_frequencies_choose_plot.png" title="one_way_frequencies_choose_plot.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 16:28:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Histogram-with-s-and-na-as-variables/m-p/182421#M13990</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2015-02-26T16:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Histogram with 's' and 'na' as variables</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Histogram-with-s-and-na-as-variables/m-p/182422#M13991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Although I will always defer to Cynthia on matters SAS, when I tried this out upon your original post I used a different task:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the Bar Chart choice on the Graphs menu item;&lt;/P&gt;&lt;P&gt;Pick a Simple Vertical Bar;&lt;/P&gt;&lt;P&gt;Select the Data tab on the left, and drag your variable to the Column to chart area;&lt;/P&gt;&lt;P&gt;Click on Run.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 18:49:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Histogram-with-s-and-na-as-variables/m-p/182422#M13991</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2015-02-26T18:49:32Z</dc:date>
    </item>
  </channel>
</rss>

