<?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: Proc Glimmix Estimate output in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix-Estimate-output/m-p/742327#M36119</link>
    <description>&lt;P&gt;Hi Dave,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your idea makes sense.&amp;nbsp; I have the appropriate changes to the estimate to the following statement and it works.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc glimmix data=newadr_ge200_avg_2012_v2 noclprint method=laplace;&lt;BR /&gt;class nMD procyear(ref=first);&lt;BR /&gt;model adeno_yes(event=last)=procyear/cl dist=binary link=logit solution;&lt;BR /&gt;random procyear/ sub=nMD type=ar(1) s CL;&lt;BR /&gt;estimate "Year 2012" int 1 procyear 0 0 0 0 0 0 1/ ilink;&lt;BR /&gt;estimate "Year 2013" int 1 procyear 1 0 0 0 0 0 0/ ilink;&lt;BR /&gt;estimate "Year 2014" int 1 procyear 0 1 0 0 0 0 0/ ilink;&lt;BR /&gt;estimate "Year 2015" int 1 procyear 0 0 1 0 0 0 0/ ilink;&lt;BR /&gt;estimate "Year 2016" int 1 procyear 0 0 0 1 0 0 0/ ilink;&lt;BR /&gt;estimate "Year 2017" int 1 procyear 0 0 0 0 1 0 0/ ilink;&lt;BR /&gt;estimate "Year 2018" int 1 procyear 0 0 0 0 0 1 0/ ilink;&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Wed, 19 May 2021 05:30:53 GMT</pubDate>
    <dc:creator>edhuang</dc:creator>
    <dc:date>2021-05-19T05:30:53Z</dc:date>
    <item>
      <title>Proc Glimmix Estimate output</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix-Estimate-output/m-p/741808#M36097</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I am having problems with estimate statement in proc glimmix.&lt;/P&gt;
&lt;P&gt;I have the following proc glimmix:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc glimmix data=newadr noclprint method=laplace;&lt;BR /&gt;class nMD procyear(ref=first);&lt;BR /&gt;model adeno_yes(event=last)=procyear/cl dist=binary link=logit solution;&lt;BR /&gt;random procyear/ sub=nMD type=ar(1) s CL;&lt;BR /&gt;estimate "Year 2012" int 1 procyear 1 0 0 0 0 0 0/ ilink;&lt;BR /&gt;estimate "Year 2013" int 1 procyear 0 1 0 0 0 0 0/ ilink;&lt;BR /&gt;estimate "Year 2014" int 1 procyear 0 0 1 0 0 0 0/ ilink;&lt;BR /&gt;estimate "Year 2015" int 1 procyear 0 0 0 1 0 0 0/ ilink;&lt;BR /&gt;estimate "Year 2016" int 1 procyear 0 0 0 0 1 0 0/ ilink;&lt;BR /&gt;estimate "Year 2017" int 1 procyear 0 0 0 0 0 1 0/ ilink;&lt;BR /&gt;estimate "Year 2018" int 1 procyear 0 0 0 0 0 0 1/ ilink;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My procyear variable has the following values: 2012, 2013, 2014, 2015, 2016, 2017, 2018&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The output is parameter estimates are:&lt;/P&gt;
&lt;DIV&gt;
&lt;TABLE class="table" width="592px" cellspacing="0" cellpadding="0"&gt;&lt;COLGROUP&gt; &lt;COL class="rowheader" /&gt; &lt;COL class="data" /&gt; &lt;COL class="data" /&gt; &lt;COL class="data" /&gt; &lt;COL class="data" /&gt; &lt;COL class="data" /&gt; &lt;COL class="data" /&gt; &lt;COL class="data" /&gt; &lt;COL class="data" /&gt; &lt;COL class="data" /&gt; &lt;/COLGROUP&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="header" colspan="10" scope="colgroup" width="591px"&gt;Solutions for Fixed Effects&lt;/TH&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="header" scope="colgroup" width="74px"&gt;Effect&lt;/TH&gt;
&lt;TH class="header" scope="colgroup" width="55px"&gt;procyear&lt;/TH&gt;
&lt;TH class="header" scope="colgroup" width="75px"&gt;Estimate&lt;/TH&gt;
&lt;TH class="header" scope="colgroup" width="69px"&gt;Standard&lt;BR /&gt;Error&lt;/TH&gt;
&lt;TH class="header" scope="colgroup" width="40px"&gt;DF&lt;/TH&gt;
&lt;TH class="header" scope="colgroup" width="48px"&gt;t&amp;nbsp;Value&lt;/TH&gt;
&lt;TH class="header" scope="colgroup" width="61px"&gt;Pr &amp;gt; |t|&lt;/TH&gt;
&lt;TH class="header" scope="colgroup" width="43px"&gt;Alpha&lt;/TH&gt;
&lt;TH class="header" scope="colgroup" width="66px"&gt;Lower&lt;/TH&gt;
&lt;TH class="header" scope="colgroup" width="60px"&gt;Upper&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;intercept&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;-1.2370&lt;/TD&gt;
&lt;TD&gt;0.1397&lt;/TD&gt;
&lt;TD&gt;231&lt;/TD&gt;
&lt;TD&gt;-8.85&lt;/TD&gt;
&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;
&lt;TD&gt;0.05&lt;/TD&gt;
&lt;TD&gt;-1.5123&lt;/TD&gt;
&lt;TD&gt;-0.9616&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="74px" class="b rowheader"&gt;procyear&lt;/TD&gt;
&lt;TD width="55px" class="b data"&gt;2013&lt;/TD&gt;
&lt;TD width="75px" class="b data"&gt;-0.1178&lt;/TD&gt;
&lt;TD width="69px" class="b data"&gt;0.1549&lt;/TD&gt;
&lt;TD width="40px" class="b data"&gt;231&lt;/TD&gt;
&lt;TD width="48px" class="b data"&gt;-0.76&lt;/TD&gt;
&lt;TD width="61px" class="b data"&gt;0.4476&lt;/TD&gt;
&lt;TD width="43px" class="b data"&gt;0.05&lt;/TD&gt;
&lt;TD width="66px" class="b data"&gt;-0.4230&lt;/TD&gt;
&lt;TD width="60px" class="b data"&gt;0.1873&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="74px" class="b rowheader"&gt;procyear&lt;/TD&gt;
&lt;TD width="55px" class="b data"&gt;2014&lt;/TD&gt;
&lt;TD width="75px" class="b data"&gt;-0.02350&lt;/TD&gt;
&lt;TD width="69px" class="b data"&gt;0.1440&lt;/TD&gt;
&lt;TD width="40px" class="b data"&gt;231&lt;/TD&gt;
&lt;TD width="48px" class="b data"&gt;-0.16&lt;/TD&gt;
&lt;TD width="61px" class="b data"&gt;0.8705&lt;/TD&gt;
&lt;TD width="43px" class="b data"&gt;0.05&lt;/TD&gt;
&lt;TD width="66px" class="b data"&gt;-0.3072&lt;/TD&gt;
&lt;TD width="60px" class="b data"&gt;0.2602&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="74px" class="b rowheader"&gt;procyear&lt;/TD&gt;
&lt;TD width="55px" class="b data"&gt;2015&lt;/TD&gt;
&lt;TD width="75px" class="b data"&gt;0.1533&lt;/TD&gt;
&lt;TD width="69px" class="b data"&gt;0.1328&lt;/TD&gt;
&lt;TD width="40px" class="b data"&gt;231&lt;/TD&gt;
&lt;TD width="48px" class="b data"&gt;1.15&lt;/TD&gt;
&lt;TD width="61px" class="b data"&gt;0.2494&lt;/TD&gt;
&lt;TD width="43px" class="b data"&gt;0.05&lt;/TD&gt;
&lt;TD width="66px" class="b data"&gt;-0.1083&lt;/TD&gt;
&lt;TD width="60px" class="b data"&gt;0.4149&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="74px" class="b rowheader"&gt;procyear&lt;/TD&gt;
&lt;TD width="55px" class="b data"&gt;2016&lt;/TD&gt;
&lt;TD width="75px" class="b data"&gt;0.5146&lt;/TD&gt;
&lt;TD width="69px" class="b data"&gt;0.1218&lt;/TD&gt;
&lt;TD width="40px" class="b data"&gt;231&lt;/TD&gt;
&lt;TD width="48px" class="b data"&gt;4.23&lt;/TD&gt;
&lt;TD width="61px" class="b data"&gt;&amp;lt;.0001&lt;/TD&gt;
&lt;TD width="43px" class="b data"&gt;0.05&lt;/TD&gt;
&lt;TD width="66px" class="b data"&gt;0.2746&lt;/TD&gt;
&lt;TD width="60px" class="b data"&gt;0.7545&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="74px" class="b rowheader"&gt;procyear&lt;/TD&gt;
&lt;TD width="55px" class="b data"&gt;2017&lt;/TD&gt;
&lt;TD width="75px" class="b data"&gt;0.8057&lt;/TD&gt;
&lt;TD width="69px" class="b data"&gt;0.1076&lt;/TD&gt;
&lt;TD width="40px" class="b data"&gt;231&lt;/TD&gt;
&lt;TD width="48px" class="b data"&gt;7.48&lt;/TD&gt;
&lt;TD width="61px" class="b data"&gt;&amp;lt;.0001&lt;/TD&gt;
&lt;TD width="43px" class="b data"&gt;0.05&lt;/TD&gt;
&lt;TD width="66px" class="b data"&gt;0.5936&lt;/TD&gt;
&lt;TD width="60px" class="b data"&gt;1.0178&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="74px" class="b rowheader"&gt;procyear&lt;/TD&gt;
&lt;TD width="55px" class="b data"&gt;2018&lt;/TD&gt;
&lt;TD width="75px" class="b data"&gt;0.8671&lt;/TD&gt;
&lt;TD width="69px" class="b data"&gt;0.09087&lt;/TD&gt;
&lt;TD width="40px" class="b data"&gt;231&lt;/TD&gt;
&lt;TD width="48px" class="b data"&gt;9.54&lt;/TD&gt;
&lt;TD width="61px" class="b data"&gt;&amp;lt;.0001&lt;/TD&gt;
&lt;TD width="43px" class="b data"&gt;0.05&lt;/TD&gt;
&lt;TD width="66px" class="b data"&gt;0.6880&lt;/TD&gt;
&lt;TD width="60px" class="b data"&gt;1.0461&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="74px" class="b rowheader"&gt;procyear&lt;/TD&gt;
&lt;TD width="55px" class="b data"&gt;2012&lt;/TD&gt;
&lt;TD width="75px" class="b data"&gt;0&lt;/TD&gt;
&lt;TD width="69px" class="b data"&gt;.&lt;/TD&gt;
&lt;TD width="40px" class="b data"&gt;.&lt;/TD&gt;
&lt;TD width="48px" class="b data"&gt;.&lt;/TD&gt;
&lt;TD width="61px" class="b data"&gt;.&lt;/TD&gt;
&lt;TD width="43px" class="b data"&gt;.&lt;/TD&gt;
&lt;TD width="66px" class="b data"&gt;.&lt;/TD&gt;
&lt;TD width="60px" class="b data"&gt;.&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;The output I got for the estimate statement is:&lt;BR /&gt;
&lt;TABLE class="table" cellspacing="0" cellpadding="0"&gt;&lt;COLGROUP&gt; &lt;COL class="rowheader" /&gt; &lt;COL class="data" /&gt; &lt;COL class="data" /&gt; &lt;COL class="data" /&gt; &lt;COL class="data" /&gt; &lt;COL class="data" /&gt; &lt;COL class="data" /&gt; &lt;COL class="data" /&gt; &lt;/COLGROUP&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="header" colspan="8" scope="colgroup" width="488px" height="19px"&gt;Estimates&lt;/TH&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="header" scope="colgroup" width="84px" height="55px"&gt;Label&lt;/TH&gt;
&lt;TH class="header" scope="colgroup" width="66px" height="55px"&gt;Estimate&lt;/TH&gt;
&lt;TH class="header" scope="colgroup" width="60px" height="55px"&gt;Standard&lt;BR /&gt;Error&lt;/TH&gt;
&lt;TH class="header" scope="colgroup" width="40px" height="55px"&gt;DF&lt;/TH&gt;
&lt;TH class="header" scope="colgroup" width="48px" height="55px"&gt;t&amp;nbsp;Value&lt;/TH&gt;
&lt;TH class="header" scope="colgroup" width="61px" height="55px"&gt;Pr &amp;gt; |t|&lt;/TH&gt;
&lt;TH class="header" scope="colgroup" width="60px" height="55px"&gt;Mean&lt;/TH&gt;
&lt;TH class="header" scope="colgroup" width="69px" height="55px"&gt;Standard&lt;BR /&gt;Error&lt;BR /&gt;Mean&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;Year 2012&lt;/TD&gt;
&lt;TD&gt;-1.3548&lt;/TD&gt;
&lt;TD&gt;0.1439&lt;/TD&gt;
&lt;TD&gt;231&lt;/TD&gt;
&lt;TD&gt;-9.41&lt;/TD&gt;
&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;
&lt;TD&gt;0.2051&lt;/TD&gt;
&lt;TD&gt;0.02347&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="84px" height="30px" class="b rowheader"&gt;Year 2013&lt;/TD&gt;
&lt;TD width="66px" height="30px" class="b data"&gt;-1.2605&lt;/TD&gt;
&lt;TD width="60px" height="30px" class="b data"&gt;0.1390&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="b data"&gt;231&lt;/TD&gt;
&lt;TD width="48px" height="30px" class="b data"&gt;-9.07&lt;/TD&gt;
&lt;TD width="61px" height="30px" class="b data"&gt;&amp;lt;.0001&lt;/TD&gt;
&lt;TD width="60px" height="30px" class="b data"&gt;0.2209&lt;/TD&gt;
&lt;TD width="69px" height="30px" class="b data"&gt;0.02392&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="84px" height="30px" class="b rowheader"&gt;Year 2014&lt;/TD&gt;
&lt;TD width="66px" height="30px" class="b data"&gt;-1.0837&lt;/TD&gt;
&lt;TD width="60px" height="30px" class="b data"&gt;0.1354&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="b data"&gt;231&lt;/TD&gt;
&lt;TD width="48px" height="30px" class="b data"&gt;-8.01&lt;/TD&gt;
&lt;TD width="61px" height="30px" class="b data"&gt;&amp;lt;.0001&lt;/TD&gt;
&lt;TD width="60px" height="30px" class="b data"&gt;0.2528&lt;/TD&gt;
&lt;TD width="69px" height="30px" class="b data"&gt;0.02557&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="84px" height="30px" class="b rowheader"&gt;Year 2015&lt;/TD&gt;
&lt;TD width="66px" height="30px" class="b data"&gt;-0.7224&lt;/TD&gt;
&lt;TD width="60px" height="30px" class="b data"&gt;0.1337&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="b data"&gt;231&lt;/TD&gt;
&lt;TD width="48px" height="30px" class="b data"&gt;-5.40&lt;/TD&gt;
&lt;TD width="61px" height="30px" class="b data"&gt;&amp;lt;.0001&lt;/TD&gt;
&lt;TD width="60px" height="30px" class="b data"&gt;0.3269&lt;/TD&gt;
&lt;TD width="69px" height="30px" class="b data"&gt;0.02941&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="84px" height="30px" class="b rowheader"&gt;Year 2016&lt;/TD&gt;
&lt;TD width="66px" height="30px" class="b data"&gt;-0.4313&lt;/TD&gt;
&lt;TD width="60px" height="30px" class="b data"&gt;0.1313&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="b data"&gt;231&lt;/TD&gt;
&lt;TD width="48px" height="30px" class="b data"&gt;-3.28&lt;/TD&gt;
&lt;TD width="61px" height="30px" class="b data"&gt;0.0012&lt;/TD&gt;
&lt;TD width="60px" height="30px" class="b data"&gt;0.3938&lt;/TD&gt;
&lt;TD width="69px" height="30px" class="b data"&gt;0.03135&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="84px" height="30px" class="b rowheader"&gt;Year 2017&lt;/TD&gt;
&lt;TD width="66px" height="30px" class="b data"&gt;-0.3699&lt;/TD&gt;
&lt;TD width="60px" height="30px" class="b data"&gt;0.1313&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="b data"&gt;231&lt;/TD&gt;
&lt;TD width="48px" height="30px" class="b data"&gt;-2.82&lt;/TD&gt;
&lt;TD width="61px" height="30px" class="b data"&gt;0.0053&lt;/TD&gt;
&lt;TD width="60px" height="30px" class="b data"&gt;0.4086&lt;/TD&gt;
&lt;TD width="69px" height="30px" class="b data"&gt;0.03172&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="84px" height="30px" class="b rowheader"&gt;Year 2018&lt;/TD&gt;
&lt;TD width="66px" height="30px" class="b data"&gt;-1.2370&lt;/TD&gt;
&lt;TD width="60px" height="30px" class="b data"&gt;0.1397&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="b data"&gt;231&lt;/TD&gt;
&lt;TD width="48px" height="30px" class="b data"&gt;-8.85&lt;/TD&gt;
&lt;TD width="61px" height="30px" class="b data"&gt;&amp;lt;.0001&lt;/TD&gt;
&lt;TD width="60px" height="30px" class="b data"&gt;0.2250&lt;/TD&gt;
&lt;TD width="69px" height="30px" class="b data"&gt;0.02437&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not sure this makes sense.&amp;nbsp; Based on my estimate statement, I am expecting estimates to be:&lt;/P&gt;
&lt;P&gt;year 2012&amp;nbsp; &amp;nbsp;-1.2370&lt;/P&gt;
&lt;P&gt;year 2013&amp;nbsp; &amp;nbsp;-1.3548&lt;/P&gt;
&lt;P&gt;year 2014&amp;nbsp; &amp;nbsp;-1.2605&lt;/P&gt;
&lt;P&gt;year 2015&amp;nbsp; &amp;nbsp;-1.0837&lt;/P&gt;
&lt;P&gt;year 2016&amp;nbsp; &amp;nbsp;-0.7224&lt;/P&gt;
&lt;P&gt;year 2017&amp;nbsp; &amp;nbsp;-0.4313&lt;/P&gt;
&lt;P&gt;year 2018&amp;nbsp; &amp;nbsp;-0.3699&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems like it is off by a year.&amp;nbsp; What am I doing wrong here?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 04:36:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix-Estimate-output/m-p/741808#M36097</guid>
      <dc:creator>edhuang</dc:creator>
      <dc:date>2021-05-17T04:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Glimmix Estimate output</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix-Estimate-output/m-p/741842#M36098</link>
      <description>&lt;P&gt;The error is indeed in your estimate statements.&amp;nbsp; I would suggest one of the following:&lt;/P&gt;
&lt;P&gt;1. Use an LSMEANS statement with an ILINK option and an E option.&amp;nbsp; The latter will assist you in aligning your ESTIMATE coefficients with the correct parameter values.&lt;/P&gt;
&lt;P&gt;2. Shift to LSMESTIMATE statements.&amp;nbsp; These are usually much easier to create and troubleshoot than the ESTIMATE statement.&lt;/P&gt;
&lt;P&gt;3.&amp;nbsp; Add the NOINT option to the MODEL statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 12:20:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix-Estimate-output/m-p/741842#M36098</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2021-05-17T12:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Glimmix Estimate output</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix-Estimate-output/m-p/742041#M36099</link>
      <description>Hi Steve,&lt;BR /&gt;&lt;BR /&gt;Thanks for your suggestions.  It does seem to correct the problem.&lt;BR /&gt;However, one thing I noticed is that when the ref group (2018 vs 2012 as&lt;BR /&gt;reference) is changed, the mean results output seem to be slightly&lt;BR /&gt;different.  Why is this? I figure it should be the same, no?&lt;BR /&gt;&lt;BR /&gt;proc glimmix data=newadr_ge200_avg_2012_v2 noclprint method=laplace;&lt;BR /&gt;class nMD procyear;&lt;BR /&gt;model adeno_yes(event=last)=procyear/cl dist=binary link=logit solution;&lt;BR /&gt;random procyear/ sub=nMD type=ar(1) s CL;&lt;BR /&gt;lsmeans procyear/ ilink e;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;HTML clipboard&lt;BR /&gt;Solutions for Fixed Effects&lt;BR /&gt;Effect procyear Estimate Standard&lt;BR /&gt;Error DF t Value Pr &amp;gt; |t| Alpha Lower Upper&lt;BR /&gt;Intercept   -0.3822 0.1366 231 -2.80 0.0056 0.05 -0.6514 -0.1130&lt;BR /&gt;procyear 2012 -1.0368 0.1557 231 -6.66 &amp;lt;.0001 0.05 -1.3435 -0.7302&lt;BR /&gt;procyear 2013 -0.9708 0.1420 231 -6.84 &amp;lt;.0001 0.05 -1.2506 -0.6910&lt;BR /&gt;procyear 2014 -0.8767 0.1284 231 -6.83 &amp;lt;.0001 0.05 -1.1298 -0.6237&lt;BR /&gt;procyear 2015 -0.7011 0.1139 231 -6.16 &amp;lt;.0001 0.05 -0.9254 -0.4768&lt;BR /&gt;procyear 2016 -0.3416 0.09702 231 -3.52 0.0005 0.05 -0.5328 -0.1505&lt;BR /&gt;procyear 2017 -0.05344 0.07212 231 -0.74 0.4594 0.05 -0.1955 0.08865&lt;BR /&gt;procyear 2018 0 . . . . . . .&lt;BR /&gt;&lt;BR /&gt;HTML clipboard&lt;BR /&gt;Coefficients for procyear Least Squares Means&lt;BR /&gt;Effect procyear Row1 Row2 Row3 Row4 Row5 Row6 Row7&lt;BR /&gt;Intercept   1 1 1 1 1 1 1&lt;BR /&gt;procyear 2012 1&lt;BR /&gt;procyear 2013   1&lt;BR /&gt;procyear 2014     1&lt;BR /&gt;procyear 2015       1&lt;BR /&gt;procyear 2016         1&lt;BR /&gt;procyear 2017           1&lt;BR /&gt;procyear 2018             1&lt;BR /&gt;HTML clipboard&lt;BR /&gt;procyear Least Squares Means&lt;BR /&gt;procyear Estimate Standard&lt;BR /&gt;Error DF t Value Pr &amp;gt; |t| Mean Standard&lt;BR /&gt;Error&lt;BR /&gt;Mean&lt;BR /&gt;2012 -1.4190 0.1513 231 -9.38 &amp;lt;.0001 0.1948 0.02374&lt;BR /&gt;2013 -1.3530 0.1447 231 -9.35 &amp;lt;.0001 0.2054 0.02362&lt;BR /&gt;2014 -1.2589 0.1405 231 -8.96 &amp;lt;.0001 0.2212 0.02420&lt;BR /&gt;2015 -1.0833 0.1375 231 -7.88 &amp;lt;.0001 0.2529 0.02597&lt;BR /&gt;2016 -0.7238 0.1364 231 -5.31 &amp;lt;.0001 0.3265 0.02999&lt;BR /&gt;2017 -0.4356 0.1350 231 -3.23 0.0014 0.3928 0.03221&lt;BR /&gt;2018 -0.3822 0.1366 231 -2.80 0.0056 0.4056 0.03294&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;However, if I put ref=first to indicate 2012 as reference group&lt;BR /&gt;&lt;BR /&gt;proc glimmix data=newadr_ge200_avg_2012_v2 noclprint method=laplace;&lt;BR /&gt;class nMD procyear*(ref=first)*/;&lt;BR /&gt;model adeno_yes(event=last)=procyear/cl dist=binary link=logit solution;&lt;BR /&gt;random procyear/ sub=nMD type=ar(1) s CL;&lt;BR /&gt;lsmeans procyear/ ilink e;&lt;BR /&gt;run;&lt;BR /&gt;HTML clipboard&lt;BR /&gt;Solutions for Fixed Effects&lt;BR /&gt;Effect procyear Estimate Standard&lt;BR /&gt;Error DF t Value Pr &amp;gt; |t| Alpha Lower Upper&lt;BR /&gt;Intercept   -1.2370 0.1397 231 -8.85 &amp;lt;.0001 0.05 -1.5123 -0.9616&lt;BR /&gt;procyear 2013 -0.1178 0.1549 231 -0.76 0.4476 0.05 -0.4230 0.1873&lt;BR /&gt;procyear 2014 -0.02350 0.1440 231 -0.16 0.8705 0.05 -0.3072 0.2602&lt;BR /&gt;procyear 2015 0.1533 0.1328 231 1.15 0.2494 0.05 -0.1083 0.4149&lt;BR /&gt;procyear 2016 0.5146 0.1218 231 4.23 &amp;lt;.0001 0.05 0.2746 0.7545&lt;BR /&gt;procyear 2017 0.8057 0.1076 231 7.48 &amp;lt;.0001 0.05 0.5936 1.0178&lt;BR /&gt;procyear 2018 0.8671 0.09087 231 9.54 &amp;lt;.0001 0.05 0.6880 1.0461&lt;BR /&gt;procyear 2012 0 . . . . . . .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTML clipboard&lt;BR /&gt;Coefficients for procyear Least Squares Means&lt;BR /&gt;Effect procyear Row1 Row2 Row3 Row4 Row5 Row6 Row7&lt;BR /&gt;Intercept   1 1 1 1 1 1 1&lt;BR /&gt;procyear 2013 1&lt;BR /&gt;procyear 2014   1&lt;BR /&gt;procyear 2015     1&lt;BR /&gt;procyear 2016       1&lt;BR /&gt;procyear 2017         1&lt;BR /&gt;procyear 2018           1&lt;BR /&gt;procyear 2012             1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTML clipboard&lt;BR /&gt;procyear Least Squares Means&lt;BR /&gt;procyear Estimate Standard&lt;BR /&gt;Error DF t Value Pr &amp;gt; |t| Mean Standard&lt;BR /&gt;Error&lt;BR /&gt;Mean&lt;BR /&gt;2013 -1.3548 0.1439 231 -9.41 &amp;lt;.0001 0.2051 0.02347&lt;BR /&gt;2014 -1.2605 0.1390 231 -9.07 &amp;lt;.0001 0.2209 0.02392&lt;BR /&gt;2015 -1.0837 0.1354 231 -8.01 &amp;lt;.0001 0.2528 0.02557&lt;BR /&gt;2016 -0.7224 0.1337 231 -5.40 &amp;lt;.0001 0.3269 0.02941&lt;BR /&gt;2017 -0.4313 0.1313 231 -3.28 0.0012 0.3938 0.03135&lt;BR /&gt;2018 -0.3699 0.1313 231 -2.82 0.0053 0.4086 0.03172&lt;BR /&gt;2012 -1.2370 0.1397 231 -8.85 &amp;lt;.0001 0.2250 0.02437&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 May 2021 01:37:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix-Estimate-output/m-p/742041#M36099</guid>
      <dc:creator>edhuang</dc:creator>
      <dc:date>2021-05-18T01:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Glimmix Estimate output</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix-Estimate-output/m-p/742155#M36102</link>
      <description>&lt;P&gt;In your original post, the output shows that the first parameter for PROCYEAR is associated with 2013, not 2012. The values in the ESTIMATE statement are associated with parameters in the order shown in the output. So, the first ESTIMATE statement gives the estimate for 2013. That is because you set the reference level to 2012 which moves that year to the last level as you can see in the output.&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 13:45:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix-Estimate-output/m-p/742155#M36102</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2021-05-18T13:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Glimmix Estimate output</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix-Estimate-output/m-p/742156#M36103</link>
      <description>&lt;P&gt;You may replicate the Solution For Fixed Effects using an ESTIMATE statement.&amp;nbsp; It appears your YEAR variable has 7 levels and using REF=FIRST try the ESTIMATE statements shown below.&amp;nbsp; Also keep in mind the estimates in the Solutions for Fixed Effects table are slopes estimates on the&amp;nbsp;logit scale.&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;estimate&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#800080"&gt;'2013 pe'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; time &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; -&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;estimate&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#800080"&gt;'2014 pe'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; time &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; -&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;estimate&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#800080"&gt;'2015 pe'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; time &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; -&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;estimate&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#800080"&gt;'2016 pe'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; time &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; -&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;estimate&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#800080"&gt;'2017 pe'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; time &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; -&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;estimate&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#800080"&gt;'2018 pe'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; time &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; -&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 13:46:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix-Estimate-output/m-p/742156#M36103</guid>
      <dc:creator>STAT_Kathleen</dc:creator>
      <dc:date>2021-05-18T13:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Glimmix Estimate output</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix-Estimate-output/m-p/742326#M36118</link>
      <description>&lt;P&gt;Hi Kathleen,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your suggestions.&amp;nbsp; I tried it, but it turned out the estimate cannot be estimated.&lt;/P&gt;
&lt;P&gt;I believe that PROC GLIMMIX default is GLM coding for the class statement.&amp;nbsp; What you have suggested is for effect coding for class statement which to my understanding is not available in PROC GLIMMIX.&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 05:28:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix-Estimate-output/m-p/742326#M36118</guid>
      <dc:creator>edhuang</dc:creator>
      <dc:date>2021-05-19T05:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Glimmix Estimate output</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix-Estimate-output/m-p/742327#M36119</link>
      <description>&lt;P&gt;Hi Dave,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your idea makes sense.&amp;nbsp; I have the appropriate changes to the estimate to the following statement and it works.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc glimmix data=newadr_ge200_avg_2012_v2 noclprint method=laplace;&lt;BR /&gt;class nMD procyear(ref=first);&lt;BR /&gt;model adeno_yes(event=last)=procyear/cl dist=binary link=logit solution;&lt;BR /&gt;random procyear/ sub=nMD type=ar(1) s CL;&lt;BR /&gt;estimate "Year 2012" int 1 procyear 0 0 0 0 0 0 1/ ilink;&lt;BR /&gt;estimate "Year 2013" int 1 procyear 1 0 0 0 0 0 0/ ilink;&lt;BR /&gt;estimate "Year 2014" int 1 procyear 0 1 0 0 0 0 0/ ilink;&lt;BR /&gt;estimate "Year 2015" int 1 procyear 0 0 1 0 0 0 0/ ilink;&lt;BR /&gt;estimate "Year 2016" int 1 procyear 0 0 0 1 0 0 0/ ilink;&lt;BR /&gt;estimate "Year 2017" int 1 procyear 0 0 0 0 1 0 0/ ilink;&lt;BR /&gt;estimate "Year 2018" int 1 procyear 0 0 0 0 0 1 0/ ilink;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 05:30:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix-Estimate-output/m-p/742327#M36119</guid>
      <dc:creator>edhuang</dc:creator>
      <dc:date>2021-05-19T05:30:53Z</dc:date>
    </item>
  </channel>
</rss>

