<?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: Score (binomial and multinomial) datas to Percentage in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Score-binomial-and-multinomial-datas-to-Percentage/m-p/547000#M8316</link>
    <description>&lt;P&gt;In proc freq after the tables request add / out=datasetname.&lt;/P&gt;
&lt;P&gt;This will only work for a single table so if you are requesting multiple tables there would have to be separate tables statement for each table with a different output data set name.&lt;/P&gt;
&lt;P&gt;Such as&lt;/P&gt;
&lt;PRE&gt;proc freq data=sashelp.class;
   tables age / out=work.agefreq;
   tables sex / out=work.sexfreq;
run;&lt;/PRE&gt;
&lt;P&gt;If you are doing a crosstab you may want the OUTPCT option to capture all of the percentages&lt;/P&gt;
&lt;PRE&gt;proc freq data=sashelp.class;
   tables age *sex / outpct out=work.sexagefreq;
run;&lt;/PRE&gt;
&lt;P&gt;The option OUTCUM will get the cumulative count and percentage for one-way tables&lt;/P&gt;</description>
    <pubDate>Thu, 28 Mar 2019 19:24:27 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2019-03-28T19:24:27Z</dc:date>
    <item>
      <title>Score (binomial and multinomial) datas to Percentage</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Score-binomial-and-multinomial-datas-to-Percentage/m-p/546977#M8309</link>
      <description>&lt;P&gt;Hello there!&lt;BR /&gt;&lt;BR /&gt;I have measured temperament scores (0, 1, 2, 3, 4 and 5) in 40 animals (3 and 4 years old, distributed randomly) that is divided in&amp;nbsp;two treatments: Treated group and control group.&lt;BR /&gt;I collected the temperament in day 1, 2, 3, 4 and 5 of experiment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So... I would like to know if is possible to organize these scores in percentage (%) and make a table automatically by sas. I know that I can see the percentage by PROC FREQ, but it is possible to make a table with these output datas by sas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Aska.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 17:46:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Score-binomial-and-multinomial-datas-to-Percentage/m-p/546977#M8309</guid>
      <dc:creator>aska_ujita</dc:creator>
      <dc:date>2019-03-28T17:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Score (binomial and multinomial) datas to Percentage</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Score-binomial-and-multinomial-datas-to-Percentage/m-p/547000#M8316</link>
      <description>&lt;P&gt;In proc freq after the tables request add / out=datasetname.&lt;/P&gt;
&lt;P&gt;This will only work for a single table so if you are requesting multiple tables there would have to be separate tables statement for each table with a different output data set name.&lt;/P&gt;
&lt;P&gt;Such as&lt;/P&gt;
&lt;PRE&gt;proc freq data=sashelp.class;
   tables age / out=work.agefreq;
   tables sex / out=work.sexfreq;
run;&lt;/PRE&gt;
&lt;P&gt;If you are doing a crosstab you may want the OUTPCT option to capture all of the percentages&lt;/P&gt;
&lt;PRE&gt;proc freq data=sashelp.class;
   tables age *sex / outpct out=work.sexagefreq;
run;&lt;/PRE&gt;
&lt;P&gt;The option OUTCUM will get the cumulative count and percentage for one-way tables&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 19:24:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Score-binomial-and-multinomial-datas-to-Percentage/m-p/547000#M8316</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-03-28T19:24:27Z</dc:date>
    </item>
  </channel>
</rss>

