<?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 &amp;quot;Visualising&amp;quot; data in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/quot-Visualising-quot-data/m-p/170749#M6331</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;I wonder if anyone has any suggestion / Macro / idea about how to visualize the frequencies of the different variables in a dataset?&lt;/P&gt;&lt;P&gt;To explain a bit more, how to display a graphic presentation of the data, let us say, by showing a histogram showing the frequencies of male and females in the gender variable (categorical variable) of the dataset, and a histogram for the frequencies of people in age (continuous variable, same as the histogram in the proc univariate) ? Or if you have a better suggession that only histograms to "see" the data?&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Am&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Nov 2014 20:56:01 GMT</pubDate>
    <dc:creator>ammarhm</dc:creator>
    <dc:date>2014-11-13T20:56:01Z</dc:date>
    <item>
      <title>"Visualising" data</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/quot-Visualising-quot-data/m-p/170749#M6331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;I wonder if anyone has any suggestion / Macro / idea about how to visualize the frequencies of the different variables in a dataset?&lt;/P&gt;&lt;P&gt;To explain a bit more, how to display a graphic presentation of the data, let us say, by showing a histogram showing the frequencies of male and females in the gender variable (categorical variable) of the dataset, and a histogram for the frequencies of people in age (continuous variable, same as the histogram in the proc univariate) ? Or if you have a better suggession that only histograms to "see" the data?&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Am&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 20:56:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/quot-Visualising-quot-data/m-p/170749#M6331</guid>
      <dc:creator>ammarhm</dc:creator>
      <dc:date>2014-11-13T20:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: "Visualising" data</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/quot-Visualising-quot-data/m-p/170750#M6332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;proc freq data=have;&lt;/P&gt;&lt;P&gt;tables _all_ /plots=freqplot;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have continuous variable such as age want specific groups then a custom format:&lt;/P&gt;&lt;P&gt;proc format;&lt;/P&gt;&lt;P&gt;value agegrp&lt;/P&gt;&lt;P&gt;0 - 12 = 'Preteen'&lt;/P&gt;&lt;P&gt;13-19 = 'Teen'&lt;/P&gt;&lt;P&gt;20-high='Adult';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;and associate that format with the variable in the proc code by adding:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;format age agegrp. ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 21:07:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/quot-Visualising-quot-data/m-p/170750#M6332</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-11-13T21:07:24Z</dc:date>
    </item>
  </channel>
</rss>

