<?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: Meaning of GENMOD table zeroes in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Meaning-of-GENMOD-table-zeroes/m-p/696946#M33622</link>
    <description>&lt;P&gt;I wrote a description of why this happens in PROC GLM, but it also applies to PROC GENMOD.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Multivariate-Linear-Regression-with-Categorical/m-p/591230#M28913" target="_blank"&gt;https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Multivariate-Linear-Regression-with-Categorical/m-p/591230#M28913&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Nov 2020 18:35:55 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2020-11-05T18:35:55Z</dc:date>
    <item>
      <title>Meaning of GENMOD table zeroes</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Meaning-of-GENMOD-table-zeroes/m-p/696911#M33620</link>
      <description>&lt;P&gt;I am using PROC GENMOD to run a linear model with many predictors, some categorical. The procedure outputs "Analysis of Maximum Likelihood Parameter Estimates." What does it mean that some Estimates are zero (and their standard errors and confidence limits are also zero)? Also, where do I find R square in GENMOD output?&lt;/P&gt;
&lt;P&gt;Many thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 15:51:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Meaning-of-GENMOD-table-zeroes/m-p/696911#M33620</guid>
      <dc:creator>pink_poodle</dc:creator>
      <dc:date>2020-11-05T15:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Meaning of GENMOD table zeroes</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Meaning-of-GENMOD-table-zeroes/m-p/696945#M33621</link>
      <description>&lt;P&gt;The zeroes are the result of the parameterization used in GENMOD. The matrix is non-full rank, so the last level of each categorical variable is set to zero.&amp;nbsp; If you want to test the effect, add Type3 as an option in the model statement.&amp;nbsp; If you want to find the values for each level (which is a linear combination of the estimates) add an LSMEANS statement.&amp;nbsp; In reality, the estimates in the solution vector are&amp;nbsp;&lt;STRONG&gt;deviations&lt;/STRONG&gt; from the last level, not the effect itself.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And then comes the matter of R squared.&amp;nbsp; For a generalized linear model, the standard definition found for OLS does not apply for a couple of reasons.&amp;nbsp; First, there are no sums of squares, etc. calculated - the solution is found using maximum likelihood estimation.&amp;nbsp; Thus, you cannot partition the variance using method of moments and get an R squared.&amp;nbsp; Goodness of fit for a generalized model is measured in a lot of ways, but the two most commonly considered are Pearson's chi square divided by degrees of freedom and information criteria (I like corrected AIC, but each has its proponents).&amp;nbsp; The first measures deviance from the fitted model, values greater than 1 indicate over-dispersion, values less than 1 indicate under-dispersion. Information criteria are useful in ranking models of the same data, and can be used to determine how much information loss is associated with the model.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or you can search the internet for all kinds of pseudo-R squared, and get the formulas, and plug likelihoods or variance components in to get a number.&amp;nbsp; The problem is that the errors are not independent from the means for most of the distributions being fit (normal and lognormal are the exceptions), so that there is relative overweighting of variables with large means (or means near 0.5 in the case of the binomial).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The best ideas I have seen for goodness of fit in generalized models are plots, such as the various types of residuals against the predicted values (X beta).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 18:33:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Meaning-of-GENMOD-table-zeroes/m-p/696945#M33621</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2020-11-05T18:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Meaning of GENMOD table zeroes</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Meaning-of-GENMOD-table-zeroes/m-p/696946#M33622</link>
      <description>&lt;P&gt;I wrote a description of why this happens in PROC GLM, but it also applies to PROC GENMOD.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Multivariate-Linear-Regression-with-Categorical/m-p/591230#M28913" target="_blank"&gt;https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Multivariate-Linear-Regression-with-Categorical/m-p/591230#M28913&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 18:35:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Meaning-of-GENMOD-table-zeroes/m-p/696946#M33622</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-11-05T18:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Meaning of GENMOD table zeroes</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Meaning-of-GENMOD-table-zeroes/m-p/697229#M33632</link>
      <description>&lt;P&gt;One R-square measure available for generalized linear models is from the &lt;A href="http://support.sas.com/kb/60162" target="_self"&gt;RsquareV macro&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 19:47:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Meaning-of-GENMOD-table-zeroes/m-p/697229#M33632</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2020-11-06T19:47:46Z</dc:date>
    </item>
  </channel>
</rss>

