<?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 GLIMMIX - QUASI LIKELIHOOD REGRESSION in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-GLIMMIX-QUASI-LIKELIHOOD-REGRESSION/m-p/262758#M57689</link>
    <description>&lt;P&gt;Running a quasi-likelihood beta regression but having difficulty with the intercept term that comes out in my regressions...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dependent variable can only take on values between 0.10-1; dependent variable is also&amp;nbsp;left-skewed and there is&amp;nbsp;a spike at 1. So using quasi-likelihood regressions with a beta distribution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The intercept term comes out above 1.30 when I run my models - which doesn't make sense. Wondering if there is something wrong with my code:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC GLIMMIX DATA = TEST;&lt;BR /&gt;MODEL QOL = income age ...&amp;nbsp;&lt;/P&gt;&lt;P&gt;/LINK = LOGIT S DIST = BETA;&lt;BR /&gt;output out=fracout pred(ilink)=pred lcl(ilink)=lower ucl(ilink)=upper;&lt;BR /&gt;RANDOM _RESIDUAL_;&lt;BR /&gt;WHERE QOL GT 0;&lt;BR /&gt;weight wtfa_sa;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions greatly appreciated.&lt;/P&gt;</description>
    <pubDate>Sun, 10 Apr 2016 22:09:25 GMT</pubDate>
    <dc:creator>buder</dc:creator>
    <dc:date>2016-04-10T22:09:25Z</dc:date>
    <item>
      <title>PROC GLIMMIX - QUASI LIKELIHOOD REGRESSION</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-GLIMMIX-QUASI-LIKELIHOOD-REGRESSION/m-p/262758#M57689</link>
      <description>&lt;P&gt;Running a quasi-likelihood beta regression but having difficulty with the intercept term that comes out in my regressions...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dependent variable can only take on values between 0.10-1; dependent variable is also&amp;nbsp;left-skewed and there is&amp;nbsp;a spike at 1. So using quasi-likelihood regressions with a beta distribution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The intercept term comes out above 1.30 when I run my models - which doesn't make sense. Wondering if there is something wrong with my code:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC GLIMMIX DATA = TEST;&lt;BR /&gt;MODEL QOL = income age ...&amp;nbsp;&lt;/P&gt;&lt;P&gt;/LINK = LOGIT S DIST = BETA;&lt;BR /&gt;output out=fracout pred(ilink)=pred lcl(ilink)=lower ucl(ilink)=upper;&lt;BR /&gt;RANDOM _RESIDUAL_;&lt;BR /&gt;WHERE QOL GT 0;&lt;BR /&gt;weight wtfa_sa;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Apr 2016 22:09:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-GLIMMIX-QUASI-LIKELIHOOD-REGRESSION/m-p/262758#M57689</guid>
      <dc:creator>buder</dc:creator>
      <dc:date>2016-04-10T22:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GLIMMIX - QUASI LIKELIHOOD REGRESSION</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-GLIMMIX-QUASI-LIKELIHOOD-REGRESSION/m-p/262878#M57694</link>
      <description>&lt;P&gt;Well, the intercept would be the logit of the value if all of your IV values were zero. &amp;nbsp;Putting the value back on the original scale, I get intercept (orig scale) = exp(1.3)/(1+exp(1.3)) = 0.7858. &amp;nbsp;Is that close to what you would expect?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve Denham&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2016 12:40:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-GLIMMIX-QUASI-LIKELIHOOD-REGRESSION/m-p/262878#M57694</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2016-04-11T12:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GLIMMIX - QUASI LIKELIHOOD REGRESSION</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-GLIMMIX-QUASI-LIKELIHOOD-REGRESSION/m-p/262945#M57700</link>
      <description>&lt;P&gt;Thanks! That is closer to what I am expecting. But would that change the interpretation of the coefficients of the variables that I seek to analyze?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is some of my output (in this model the intercept was 1.20, others it's 1.3 or ranges between):&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;INTERCEPT 1.2091&lt;/TD&gt;&lt;TD&gt;0.005849&lt;/TD&gt;&lt;TD&gt;137E3&lt;/TD&gt;&lt;TD&gt;206.73&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;LESS_HIGH 0.003781&lt;/TD&gt;&lt;TD&gt;0.006926&lt;/TD&gt;&lt;TD&gt;137E3&lt;/TD&gt;&lt;TD&gt;0.55&lt;/TD&gt;&lt;TD&gt;0.5852&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;SOME_COLLEGE 0.02738&lt;/TD&gt;&lt;TD&gt;0.007094&lt;/TD&gt;&lt;TD&gt;137E3&lt;/TD&gt;&lt;TD&gt;3.86&lt;/TD&gt;&lt;TD&gt;0.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;INCOME_CAT 0.003528&lt;/TD&gt;&lt;TD&gt;0.006746&lt;/TD&gt;&lt;TD&gt;137E3&lt;/TD&gt;&lt;TD&gt;0.52&lt;/TD&gt;&lt;TD&gt;0.6010&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;FEMALE &amp;nbsp;0.05704&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;0.005573&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;137E3&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;10.24&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;&amp;lt;.0001&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;26042&lt;/TD&gt;&lt;TD&gt;93.2452&lt;/TD&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.3039&lt;/TD&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Say looking at the 'female' dummy variable (coeffiicent is next to the variable name)...would the interpretation be like that of an OLS model - being female leads to a 0.06 higher quality of life? Or would there be a need to transform as you have done with the intercept term?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do believe dist = beta is the right choice, but am concerned with the interpretation of the coefficients.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2016 15:56:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-GLIMMIX-QUASI-LIKELIHOOD-REGRESSION/m-p/262945#M57700</guid>
      <dc:creator>buder</dc:creator>
      <dc:date>2016-04-11T15:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GLIMMIX - QUASI LIKELIHOOD REGRESSION</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-GLIMMIX-QUASI-LIKELIHOOD-REGRESSION/m-p/262984#M57701</link>
      <description>&lt;P&gt;The coefficient implies that a one unit change in the variable leads to a change in the logit equal to the coefficient, with all other values at their mean. &amp;nbsp;To calculate a change on the original scale, you would need to plug the coefficients times the mean values for all other variables, and then calculate the logit for female=0 and female=1, using that coefficient. &amp;nbsp;Then apply the inverse transformation for the logit to get the value on the original scale. &amp;nbsp;The coefficients can't be interpreted exactly as those in an OLS regression because of the logistic link function implied by the selection of the beta distribution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve Denham&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2016 18:16:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-GLIMMIX-QUASI-LIKELIHOOD-REGRESSION/m-p/262984#M57701</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2016-04-11T18:16:22Z</dc:date>
    </item>
  </channel>
</rss>

