<?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 help with summary stats in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/help-with-summary-stats/m-p/651206#M22369</link>
    <description>&lt;P&gt;hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i am trying to group this data (below) by capacity_label so that it shows what percent of the data is capacity_label=4, what percent is capacity_label=3 and so on. ideally by the end it would look something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4&amp;nbsp; &amp;nbsp; &amp;nbsp; x%&lt;/P&gt;
&lt;P&gt;3&amp;nbsp; &amp;nbsp; &amp;nbsp; x%&lt;/P&gt;
&lt;P&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; x%&lt;/P&gt;
&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; x%&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="marleeakerson_0-1590609724752.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/40054i228BCE3A61BFD8F9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marleeakerson_0-1590609724752.png" alt="marleeakerson_0-1590609724752.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am new to sas so i appreciate any help!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 May 2020 20:02:34 GMT</pubDate>
    <dc:creator>marleeakerson</dc:creator>
    <dc:date>2020-05-27T20:02:34Z</dc:date>
    <item>
      <title>help with summary stats</title>
      <link>https://communities.sas.com/t5/New-SAS-User/help-with-summary-stats/m-p/651206#M22369</link>
      <description>&lt;P&gt;hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i am trying to group this data (below) by capacity_label so that it shows what percent of the data is capacity_label=4, what percent is capacity_label=3 and so on. ideally by the end it would look something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4&amp;nbsp; &amp;nbsp; &amp;nbsp; x%&lt;/P&gt;
&lt;P&gt;3&amp;nbsp; &amp;nbsp; &amp;nbsp; x%&lt;/P&gt;
&lt;P&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; x%&lt;/P&gt;
&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; x%&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="marleeakerson_0-1590609724752.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/40054i228BCE3A61BFD8F9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marleeakerson_0-1590609724752.png" alt="marleeakerson_0-1590609724752.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am new to sas so i appreciate any help!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 20:02:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/help-with-summary-stats/m-p/651206#M22369</guid>
      <dc:creator>marleeakerson</dc:creator>
      <dc:date>2020-05-27T20:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: help with summary stats</title>
      <link>https://communities.sas.com/t5/New-SAS-User/help-with-summary-stats/m-p/651210#M22370</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc freq data=have;
     tables capacity_label;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 27 May 2020 20:18:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/help-with-summary-stats/m-p/651210#M22370</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-05-27T20:18:55Z</dc:date>
    </item>
  </channel>
</rss>

