<?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: Standardized Coefficients in PROC GENMOD? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Standardized-Coefficients-in-PROC-GENMOD/m-p/912508#M359710</link>
    <description>&lt;P&gt;You could always standardize the X and Y values before running PROC GENMOD. Use &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_stdize_syntax01.htm" target="_self"&gt;PROC STDIZE&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jan 2024 17:43:08 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2024-01-22T17:43:08Z</dc:date>
    <item>
      <title>Standardized Coefficients in PROC GENMOD?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Standardized-Coefficients-in-PROC-GENMOD/m-p/912506#M359709</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This may be a naïve question - I'm working with PROC GENMOD and am needing to obtain standardized coefficients. Nothing online has pointed me to a sufficient solution. I've seen the STD option in PROC REG and others for PROC GLM but nothing for PROC GENMOD.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My code is pasted below for reference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks much!&lt;/P&gt;&lt;LI-CODE lang="sas"&gt;Title "DV = # academic goals";
PROC GENMOD DATA = teach.teadsub73;
CLASS ID SCHOOL;
MODEL AcademicTargets = ctbhi ctbia ctbcp ctemp;
REPEATED SUBJECT = ID(SCHOOL) / type = un corrw covb;
RUN;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 17:30:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Standardized-Coefficients-in-PROC-GENMOD/m-p/912506#M359709</guid>
      <dc:creator>PSB</dc:creator>
      <dc:date>2024-01-22T17:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Standardized Coefficients in PROC GENMOD?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Standardized-Coefficients-in-PROC-GENMOD/m-p/912508#M359710</link>
      <description>&lt;P&gt;You could always standardize the X and Y values before running PROC GENMOD. Use &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_stdize_syntax01.htm" target="_self"&gt;PROC STDIZE&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 17:43:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Standardized-Coefficients-in-PROC-GENMOD/m-p/912508#M359710</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2024-01-22T17:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Standardized Coefficients in PROC GENMOD?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Standardized-Coefficients-in-PROC-GENMOD/m-p/912521#M359716</link>
      <description>Super helpful - thank you!</description>
      <pubDate>Mon, 22 Jan 2024 18:24:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Standardized-Coefficients-in-PROC-GENMOD/m-p/912521#M359716</guid>
      <dc:creator>PSB</dc:creator>
      <dc:date>2024-01-22T18:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Standardized Coefficients in PROC GENMOD?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Standardized-Coefficients-in-PROC-GENMOD/m-p/912589#M359746</link>
      <description>You could try option STB of proc glmselect.&lt;BR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt; wrote many blogs about it.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2023/07/17/standardize-reg-coeff-class.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2023/07/17/standardize-reg-coeff-class.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2018/08/22/standardized-regression-coefficients.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2018/08/22/standardized-regression-coefficients.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2021/05/17/standardized-coefficients-glimmix.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2021/05/17/standardized-coefficients-glimmix.html&lt;/A&gt;</description>
      <pubDate>Tue, 23 Jan 2024 03:02:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Standardized-Coefficients-in-PROC-GENMOD/m-p/912589#M359746</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-01-23T03:02:43Z</dc:date>
    </item>
  </channel>
</rss>

