<?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: Proc Freq and Variable Worth in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Freq-and-Variable-Worth/m-p/863030#M42666</link>
    <description>&lt;P&gt;I think this is usually computed as -log10(p-value) as is used in the Manhattan plot in PROC MULTTEST to make the most significant p-values easier to see in a large set of p-values. See the example titled "Adaptive Adjustments and ODS Graphics" and the PLOTS= option in the MULTTEST documentation.&lt;/P&gt;</description>
    <pubDate>Wed, 08 Mar 2023 16:26:09 GMT</pubDate>
    <dc:creator>StatDave</dc:creator>
    <dc:date>2023-03-08T16:26:09Z</dc:date>
    <item>
      <title>Proc Freq and Variable Worth</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Freq-and-Variable-Worth/m-p/862873#M42660</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;Proc Freq is being used in assessing variable importance. For this purpose the results of the chi-square test for ordering the predictor variables by importance is being used as the variable worth:&lt;BR /&gt;Worth = -2log(p).&lt;/P&gt;
&lt;P&gt;Could you please explain how to manage the cases where p is not a number but rather an inequality&amp;nbsp;&lt;SPAN&gt;like here:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DmytroYermak_0-1678257736022.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/81185i859958B402BCBED8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DmytroYermak_0-1678257736022.png" alt="DmytroYermak_0-1678257736022.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If i'm wrong with the interpretation please avise how the variable worth should be calculated.&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 07:36:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Freq-and-Variable-Worth/m-p/862873#M42660</guid>
      <dc:creator>DmytroYermak</dc:creator>
      <dc:date>2023-03-08T07:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Freq and Variable Worth</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Freq-and-Variable-Worth/m-p/862878#M42661</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The p-value being displayed as &lt;FONT face="courier new,courier"&gt;&amp;lt;0.001&lt;/FONT&gt; ... ... that's only a format being used (&lt;FONT face="courier new,courier"&gt;pvalue6.4&lt;/FONT&gt;).&lt;/P&gt;
&lt;P&gt;Use ODS output to send that output object to a table.&amp;nbsp;&lt;BR /&gt;In the table you can then see the real internal value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Formats for p-values and odds ratios in SAS &lt;BR /&gt;By Rick Wicklin on The DO Loop August 15, 2016&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2016/08/15/formats-p-values-odds-ratios-sas.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2016/08/15/formats-p-values-odds-ratios-sas.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 08:10:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Freq-and-Variable-Worth/m-p/862878#M42661</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2023-03-08T08:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Freq and Variable Worth</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Freq-and-Variable-Worth/m-p/862882#M42662</link>
      <description>Thank you, Koen!&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Mar 2023 08:49:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Freq-and-Variable-Worth/m-p/862882#M42662</guid>
      <dc:creator>DmytroYermak</dc:creator>
      <dc:date>2023-03-08T08:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Freq and Variable Worth</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Freq-and-Variable-Worth/m-p/862885#M42663</link>
      <description>P.S. Just one comment after some manual calculations: Log in Worth = -2log(p) is the logarithm on base 10 ('LOG10()').</description>
      <pubDate>Wed, 08 Mar 2023 08:59:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Freq-and-Variable-Worth/m-p/862885#M42663</guid>
      <dc:creator>DmytroYermak</dc:creator>
      <dc:date>2023-03-08T08:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Freq and Variable Worth</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Freq-and-Variable-Worth/m-p/862888#M42664</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/58513"&gt;@DmytroYermak&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/58513"&gt;@DmytroYermak&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;P.S. Just one comment after some manual calculations: Log in Worth = -2log(p) is the logarithm on base 10 ('LOG10()').&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Is that a question or a statement??&lt;/P&gt;
&lt;UL class="lia-list-style-type-disc"&gt;
&lt;LI&gt;LOG-function in SAS has base number &lt;EM&gt;e&lt;/EM&gt;.&lt;/LI&gt;
&lt;LI&gt;LOG10-function in SAS has&amp;nbsp;base number 10.&lt;/LI&gt;
&lt;LI&gt;LOG2 function in SAS has base number 2.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Or do you simply mean that for the worth to be correct LOG10 is needed?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 09:21:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Freq-and-Variable-Worth/m-p/862888#M42664</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2023-03-08T09:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Freq and Variable Worth</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Freq-and-Variable-Worth/m-p/863030#M42666</link>
      <description>&lt;P&gt;I think this is usually computed as -log10(p-value) as is used in the Manhattan plot in PROC MULTTEST to make the most significant p-values easier to see in a large set of p-values. See the example titled "Adaptive Adjustments and ODS Graphics" and the PLOTS= option in the MULTTEST documentation.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 16:26:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Freq-and-Variable-Worth/m-p/863030#M42666</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2023-03-08T16:26:09Z</dc:date>
    </item>
  </channel>
</rss>

