<?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 Standardized beta coefficients for categorical variables in Proc Logistic in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Standardized-beta-coefficients-for-categorical-variables-in-Proc/m-p/417905#M21992</link>
    <description>&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to obtain standardized beta coefficients for the categorical variables in my model in Proc Logistic. I've used the&amp;nbsp;STB option in the Model statement, but it only produces beta coefficients for the continuous variables. Is there a way to obtain these estimates for the categorical variables, too? (Or do such estimates not exist for categorical variables?) Any help would be greatly appreciated. I'm using SAS Enterprise Guide v 4.3.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;</description>
    <pubDate>Sat, 02 Dec 2017 00:32:01 GMT</pubDate>
    <dc:creator>abarnett313</dc:creator>
    <dc:date>2017-12-02T00:32:01Z</dc:date>
    <item>
      <title>Standardized beta coefficients for categorical variables in Proc Logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Standardized-beta-coefficients-for-categorical-variables-in-Proc/m-p/417905#M21992</link>
      <description>&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to obtain standardized beta coefficients for the categorical variables in my model in Proc Logistic. I've used the&amp;nbsp;STB option in the Model statement, but it only produces beta coefficients for the continuous variables. Is there a way to obtain these estimates for the categorical variables, too? (Or do such estimates not exist for categorical variables?) Any help would be greatly appreciated. I'm using SAS Enterprise Guide v 4.3.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;</description>
      <pubDate>Sat, 02 Dec 2017 00:32:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Standardized-beta-coefficients-for-categorical-variables-in-Proc/m-p/417905#M21992</guid>
      <dc:creator>abarnett313</dc:creator>
      <dc:date>2017-12-02T00:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Standardized beta coefficients for categorical variables in Proc Logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Standardized-beta-coefficients-for-categorical-variables-in-Proc/m-p/417910#M21993</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why standardized beta coefficients for the categorical variables?&lt;/P&gt;</description>
      <pubDate>Sat, 02 Dec 2017 01:24:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Standardized-beta-coefficients-for-categorical-variables-in-Proc/m-p/417910#M21993</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2017-12-02T01:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Standardized beta coefficients for categorical variables in Proc Logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Standardized-beta-coefficients-for-categorical-variables-in-Proc/m-p/417912#M21994</link>
      <description>&lt;P&gt;What version of SAS do you have, not EG.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can run the following to see your SAS/STAT version which is the most important thing:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc product_status;run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Note that I could not replicate your issue. I ran the second example in the PROC LOGISTIC documentation with the STB option and I received parameter estimates for all variables, including the categorical variables.&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/95697"&gt;@abarnett313&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Greetings,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to obtain standardized beta coefficients for the categorical variables in my model in Proc Logistic. I've used the&amp;nbsp;STB option in the Model statement, but it only produces beta coefficients for the continuous variables. Is there a way to obtain these estimates for the categorical variables, too? (Or do such estimates not exist for categorical variables?) Any help would be greatly appreciated. I'm using SAS Enterprise Guide v 4.3.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;
&lt;P&gt;Andrew&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Dec 2017 01:30:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Standardized-beta-coefficients-for-categorical-variables-in-Proc/m-p/417912#M21994</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-12-02T01:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Standardized beta coefficients for categorical variables in Proc Logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Standardized-beta-coefficients-for-categorical-variables-in-Proc/m-p/418034#M21995</link>
      <description>&lt;P&gt;Thanks for responding, and I apologize for not including the SAS version. It's SAS v9.3.&lt;/P&gt;</description>
      <pubDate>Sun, 03 Dec 2017 19:48:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Standardized-beta-coefficients-for-categorical-variables-in-Proc/m-p/418034#M21995</guid>
      <dc:creator>abarnett313</dc:creator>
      <dc:date>2017-12-03T19:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Standardized beta coefficients for categorical variables in Proc Logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Standardized-beta-coefficients-for-categorical-variables-in-Proc/m-p/418038#M21996</link>
      <description>&lt;P&gt;Did you run the documentation example? Did that work for you? Like I mentioned, can't replicate your issue so I suspect it has to do with your data or your code and not an issue with PROC LOGISTIC or SAS.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Dec 2017 20:23:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Standardized-beta-coefficients-for-categorical-variables-in-Proc/m-p/418038#M21996</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-12-03T20:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Standardized beta coefficients for categorical variables in Proc Logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Standardized-beta-coefficients-for-categorical-variables-in-Proc/m-p/418234#M21997</link>
      <description>&lt;P&gt;Thanks again for your help. Do you mean this example in the documentation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_logistic_sect053.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_logistic_sect053.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 17:42:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Standardized-beta-coefficients-for-categorical-variables-in-Proc/m-p/418234#M21997</guid>
      <dc:creator>abarnett313</dc:creator>
      <dc:date>2017-12-04T17:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Standardized beta coefficients for categorical variables in Proc Logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Standardized-beta-coefficients-for-categorical-variables-in-Proc/m-p/418239#M21998</link>
      <description>&lt;P&gt;Yes, but I highly recommend using the latest SAS documentation and the corresponding program is available as text:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_logistic_examples02.htm&amp;amp;docsetVersion=14.2&amp;amp;locale=en" target="_blank"&gt;http://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_logistic_examples02.htm&amp;amp;docsetVersion=14.2&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There's a small link at the top of the page to the text program that makes it easier to copy/paste and run the example.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 17:44:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Standardized-beta-coefficients-for-categorical-variables-in-Proc/m-p/418239#M21998</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-12-04T17:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Standardized beta coefficients for categorical variables in Proc Logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Standardized-beta-coefficients-for-categorical-variables-in-Proc/m-p/418246#M21999</link>
      <description>&lt;P&gt;Ah, thank you! I used similar statements and didn't receive standardized coefficients for the categorical variables as part of the output.&amp;nbsp;The documentation specifies that the /stb option only provides standardized coefficients for continuous variables. Now that I better understand what standardization means for logistic regression, I see that it doesn't really make sense for categorical variables. Thanks all the same!&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 18:05:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Standardized-beta-coefficients-for-categorical-variables-in-Proc/m-p/418246#M21999</guid>
      <dc:creator>abarnett313</dc:creator>
      <dc:date>2017-12-04T18:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Standardized beta coefficients for categorical variables in Proc Logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Standardized-beta-coefficients-for-categorical-variables-in-Proc/m-p/418250#M22000</link>
      <description>&lt;P&gt;That's not what I get, but I agree with the concept of it not being valid.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc logistic data=Neuralgia;&lt;BR /&gt; class Treatment Sex;&lt;BR /&gt; model Pain= Treatment Sex Treatment*Sex Age Duration / expb stb;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that Treatment and Sex are categorical variables and there are standardized estimates for them.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="delete_standardized_coefficients.JPG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/16994i892FED273737A1D9/image-size/large?v=v2&amp;amp;px=999" role="button" title="delete_standardized_coefficients.JPG" alt="delete_standardized_coefficients.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 18:14:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Standardized-beta-coefficients-for-categorical-variables-in-Proc/m-p/418250#M22000</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-12-04T18:14:48Z</dc:date>
    </item>
  </channel>
</rss>

