<?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 How to get fixed effects estimates glimmix poisson in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-get-fixed-effects-estimates-glimmix-poisson/m-p/463165#M24143</link>
    <description>&lt;DIV class="votecell post-layout--left"&gt;&lt;DIV class="vote"&gt;Hi there, I am a SAS novice running a mixed model using PROC glimmix, to analyze longitudinal count data (Poisson distribution, autoregressive covariance structure), and would like to produce fixed effect estimates for the continuous predictors in my model. I am working with the following code:&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="postcell post-layout--right"&gt;&lt;DIV class="post-text"&gt;&lt;PRE&gt;&lt;CODE&gt;proc glimmix data = activedata;

class id time;

model DV = time var1 var2 var3/ dist=POISSON;

random _residual_;

random intercept var1 var2  / subject=id type=un;

random time / subject=id type=ar(1)  residual;

run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This code runs without error and produces the expected "Type III tests of Fixed Effects" table (which gives F- and p-values), but I also need to estimate coefficients, standard errors, t- (or Wald), and p-values, as usually produced in the "Solutions for Fixed Effects" table. Any help for code that would help to produce these estimates (or why I will/should not be able to produce them) would be greatly appreciated!&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 17 May 2018 21:10:15 GMT</pubDate>
    <dc:creator>rfriesdo</dc:creator>
    <dc:date>2018-05-17T21:10:15Z</dc:date>
    <item>
      <title>How to get fixed effects estimates glimmix poisson</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-get-fixed-effects-estimates-glimmix-poisson/m-p/463165#M24143</link>
      <description>&lt;DIV class="votecell post-layout--left"&gt;&lt;DIV class="vote"&gt;Hi there, I am a SAS novice running a mixed model using PROC glimmix, to analyze longitudinal count data (Poisson distribution, autoregressive covariance structure), and would like to produce fixed effect estimates for the continuous predictors in my model. I am working with the following code:&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="postcell post-layout--right"&gt;&lt;DIV class="post-text"&gt;&lt;PRE&gt;&lt;CODE&gt;proc glimmix data = activedata;

class id time;

model DV = time var1 var2 var3/ dist=POISSON;

random _residual_;

random intercept var1 var2  / subject=id type=un;

random time / subject=id type=ar(1)  residual;

run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This code runs without error and produces the expected "Type III tests of Fixed Effects" table (which gives F- and p-values), but I also need to estimate coefficients, standard errors, t- (or Wald), and p-values, as usually produced in the "Solutions for Fixed Effects" table. Any help for code that would help to produce these estimates (or why I will/should not be able to produce them) would be greatly appreciated!&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 17 May 2018 21:10:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-get-fixed-effects-estimates-glimmix-poisson/m-p/463165#M24143</guid>
      <dc:creator>rfriesdo</dc:creator>
      <dc:date>2018-05-17T21:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to get fixed effects estimates glimmix poisson</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-get-fixed-effects-estimates-glimmix-poisson/m-p/463178#M24144</link>
      <description>&lt;P&gt;Add option SOLUTION to the MODEL statement to get the estimates.&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2018 21:54:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-get-fixed-effects-estimates-glimmix-poisson/m-p/463178#M24144</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-05-17T21:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to get fixed effects estimates glimmix poisson</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-get-fixed-effects-estimates-glimmix-poisson/m-p/463480#M24151</link>
      <description>PGSTATS, thank you for this answer! I had previously tried the “solution” option in the model statement but it did not work. I may have had an extra / in there. It seems to be working now though &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Sat, 19 May 2018 02:53:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-get-fixed-effects-estimates-glimmix-poisson/m-p/463480#M24151</guid>
      <dc:creator>rfriesdo</dc:creator>
      <dc:date>2018-05-19T02:53:35Z</dc:date>
    </item>
  </channel>
</rss>

