<?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 PROC GENMOD statistics in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMOD-statistics/m-p/454516#M23721</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc genmod data= ugastudent_data;
class cd4_levels /param=glm;
model  Factor1 =  cd4_levels;  
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I want to know if Im able to generate f-statistics or r-squared values like i am able to do in a PROC Reg statement? As of right now, Im only getting wald statistics.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Apr 2018 17:41:07 GMT</pubDate>
    <dc:creator>UGAstudent</dc:creator>
    <dc:date>2018-04-16T17:41:07Z</dc:date>
    <item>
      <title>PROC GENMOD statistics</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMOD-statistics/m-p/454516#M23721</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc genmod data= ugastudent_data;
class cd4_levels /param=glm;
model  Factor1 =  cd4_levels;  
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I want to know if Im able to generate f-statistics or r-squared values like i am able to do in a PROC Reg statement? As of right now, Im only getting wald statistics.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 17:41:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMOD-statistics/m-p/454516#M23721</guid>
      <dc:creator>UGAstudent</dc:creator>
      <dc:date>2018-04-16T17:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GENMOD statistics</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMOD-statistics/m-p/454540#M23742</link>
      <description>&lt;P&gt;Since the model you specify is a simple ANOVA model, you can fit it using least squares estimation in PROC GLM and get both R-square and F statistics. GENMOD&amp;nbsp;uses maximum likelihood estimation to fit models in the class of generalized linear models, which yours is one such. GENMOD normally produces chi-square tests for the model effects. However, F tests can be generated if you specify one of SCALE=PEARSON or SCALE=DEVIANCE options as well as either the TYPE3 or TYPE1 option. These options are specified in the MODEL statement. R-square for generalized linear models is computed differently and does not have the simple interpretation that it has in models fit using least squares. However, there have been various R-square-like measures proposed for generalized linear models and one of them is available from &lt;A href="http://support.sas.com/kb/60162" target="_self"&gt;this macro&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 18:53:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMOD-statistics/m-p/454540#M23742</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2018-04-16T18:53:13Z</dc:date>
    </item>
  </channel>
</rss>

