<?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 Order the p-values in decreasing order in proc reg in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Order-the-p-values-in-decreasing-order-in-proc-reg/m-p/485990#M71907</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture2.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/22394i891E2A35CFBCF4BD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture2.PNG" alt="Capture2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;proc reg data=stat1.bodyfat2;&lt;BR /&gt;model PctBodyFat2 = Age Weight Height Neck Chest Abdomen Hip Thigh Knee Ankle Biceps Forearm Wrist;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used the above code!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I order the p-values in decreasing order using SAS?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 11 Aug 2018 00:28:51 GMT</pubDate>
    <dc:creator>ajkalale</dc:creator>
    <dc:date>2018-08-11T00:28:51Z</dc:date>
    <item>
      <title>Order the p-values in decreasing order in proc reg</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Order-the-p-values-in-decreasing-order-in-proc-reg/m-p/485990#M71907</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture2.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/22394i891E2A35CFBCF4BD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture2.PNG" alt="Capture2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;proc reg data=stat1.bodyfat2;&lt;BR /&gt;model PctBodyFat2 = Age Weight Height Neck Chest Abdomen Hip Thigh Knee Ankle Biceps Forearm Wrist;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used the above code!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I order the p-values in decreasing order using SAS?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Aug 2018 00:28:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Order-the-p-values-in-decreasing-order-in-proc-reg/m-p/485990#M71907</guid>
      <dc:creator>ajkalale</dc:creator>
      <dc:date>2018-08-11T00:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Order the p-values in decreasing order in proc reg</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Order-the-p-values-in-decreasing-order-in-proc-reg/m-p/485997#M71909</link>
      <description>&lt;P&gt;Use the statement&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;ODS OUTPUT ParameterEstimates=myParameterEstimates;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to get the estimates in a dataset.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sort the dataset by p-values (variable probt, I think) and call &lt;STRONG&gt;proc print&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use &lt;STRONG&gt;proc SQL&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use &lt;STRONG&gt;proc report&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to format the table.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Aug 2018 02:32:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Order-the-p-values-in-decreasing-order-in-proc-reg/m-p/485997#M71909</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-08-11T02:32:27Z</dc:date>
    </item>
  </channel>
</rss>

