<?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: Interpreting Estimates/Solution for Fixed Effects in GLIMMIX in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Estimates-Solution-for-Fixed-Effects-in-GLIMMIX/m-p/666869#M31792</link>
    <description>&lt;P&gt;That answers it. Thank you very much.&lt;/P&gt;</description>
    <pubDate>Fri, 03 Jul 2020 18:12:39 GMT</pubDate>
    <dc:creator>KMun</dc:creator>
    <dc:date>2020-07-03T18:12:39Z</dc:date>
    <item>
      <title>Interpreting Estimates/Solution for Fixed Effects in GLIMMIX</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Estimates-Solution-for-Fixed-Effects-in-GLIMMIX/m-p/660230#M31614</link>
      <description>&lt;P&gt;Good afternoon,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to multi-level modeling. I was first taught standard OLS for continuous variables. I am not working with an ordinal variable, so I am running a cumulutive logit model with the glimmix procedure, which my book says is appropriate for ordinal outcomes (mine is a five item likert scale).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the Output, under Solution for Fixed Effects, I get what appear to be coefficient estimates. How are these interpreted for a five item ordinal variable? Not like slopes, right? When doing this in non-multilevel analyses, I always get odds-ratios. Do I want&amp;nbsp;&lt;SPAN&gt;[(exp(reported estimate)+/-1)? Or is that not what is being reported?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried including OR or oddratio in the code. It gives me multiple responses per independent variable. It is not at all clear how to interpret this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc glimmix noclpint;&lt;BR /&gt;class region;&lt;BR /&gt;model generous (descending) = age gender education income minority relig mclrs mcpdis mceu&lt;BR /&gt;region_eu/S dist=multi link=clogit ddfm=bw; weight popw;&lt;BR /&gt;random int relig/subject=region type=chol;&lt;BR /&gt;nloptions tech=nrridg;&lt;BR /&gt;covtest 'H: var[random int] =0' 0;&lt;BR /&gt;covtest 'H: var[random cov] =0' . 0;&lt;BR /&gt;covtest 'H: var[random slope]=0' . . 0;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2020 00:47:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Estimates-Solution-for-Fixed-Effects-in-GLIMMIX/m-p/660230#M31614</guid>
      <dc:creator>KMun</dc:creator>
      <dc:date>2020-06-17T00:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting Estimates/Solution for Fixed Effects in GLIMMIX</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Estimates-Solution-for-Fixed-Effects-in-GLIMMIX/m-p/663393#M31616</link>
      <description>&lt;P&gt;Moved to stats forum.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2020 06:25:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Estimates-Solution-for-Fixed-Effects-in-GLIMMIX/m-p/663393#M31616</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-06-19T06:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting Estimates/Solution for Fixed Effects in GLIMMIX</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Estimates-Solution-for-Fixed-Effects-in-GLIMMIX/m-p/663447#M31619</link>
      <description>&lt;P&gt;The multiple ORs per variable are the result of calculating the OR for each level of the dependent variable (cumulative logit link implies this).&amp;nbsp; Also, several of your independent variables are likely to be categorical (I can't imagine relig as a continuous variable).&amp;nbsp; So there are two cases:&lt;/P&gt;
&lt;P&gt;Variable is continuous: You should get 4 OR for 2v1, 3 v 1+2, 4 v 1+2+3, 5 v 1+2+3+4 (levels of the Likert scale).&amp;nbsp; These are calculated for an increase of 1 in the continuous variable.&lt;/P&gt;
&lt;P&gt;Variable is categorical: The same 4 OR, but these are now calculated for each level of the categorical variable relative to a reference level, which would be defined to have an odds ratio of 1 when compared to itself..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The latter case may be handled better by use of the OR option in an LSMEANS statement.&amp;nbsp; For multiple continuous variables, OR from LSMEANS for one variable is calculated at the mean of all the other continuous variables, again with a default increase of 1 unit.&amp;nbsp; Other values for unit can be specified (for instance, suppose unit=10 for age.&amp;nbsp; This would give the odds ratios for an increase of 10 (years, most likely).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this what you are asking?&amp;nbsp; I hope it was helpful, but I am kind of afraid I am making a Type III error of answering the wrong question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2020 11:47:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Estimates-Solution-for-Fixed-Effects-in-GLIMMIX/m-p/663447#M31619</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2020-06-19T11:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting Estimates/Solution for Fixed Effects in GLIMMIX</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Estimates-Solution-for-Fixed-Effects-in-GLIMMIX/m-p/666869#M31792</link>
      <description>&lt;P&gt;That answers it. Thank you very much.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jul 2020 18:12:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Estimates-Solution-for-Fixed-Effects-in-GLIMMIX/m-p/666869#M31792</guid>
      <dc:creator>KMun</dc:creator>
      <dc:date>2020-07-03T18:12:39Z</dc:date>
    </item>
  </channel>
</rss>

