<?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: Issues with Proc Mixed in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Issues-with-Proc-Mixed/m-p/392710#M20491</link>
    <description>&lt;P&gt;If you have a mixed design, the MIXED (or GLIMMIX) procedure is much better than GLM; in fact, you generally do not want to use the GLM procedure with a mixed model.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is the dataset sorted by ID? In the current model ID is a continuous variable, and because you are using it as a SUBJECT in the REPEATED statement, the dataset has to be sorted by ID.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What are the distributional properties of&amp;nbsp;&lt;SPAN&gt;F393MSE? Is this variable measured on a continuous scale? Is normality a reasonable assumption?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Would it make any sense to regress on year?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you still get an error:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) if you add ID to the CLASS statement&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) if you use&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&lt;/CODE&gt;&lt;CODE class=" language-sas"&gt;repeated year/ subject=id type=cs;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If none of these provide any insight into your problem, then probably you'll need to provide data.&lt;/P&gt;</description>
    <pubDate>Sat, 02 Sep 2017 03:59:24 GMT</pubDate>
    <dc:creator>sld</dc:creator>
    <dc:date>2017-09-02T03:59:24Z</dc:date>
    <item>
      <title>Issues with Proc Mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Issues-with-Proc-Mixed/m-p/392299#M20462</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to run a proc mixed analysis for the following data:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ID &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Score &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;year&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; group&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; othervariables&lt;/P&gt;&lt;P&gt;1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;80 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;90 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;77 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;66 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;90 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;82 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0&lt;/P&gt;&lt;P&gt;. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;.&lt;/P&gt;&lt;P&gt;. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;.&lt;/P&gt;&lt;P&gt;. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So the years with scores are from 0 to 7 but some have scores years 0, 1,2, 3, 6 and some 0, 3, 6 etc. It varies. The dataset is fairly large and includes&amp;nbsp;17155 observations and 223 variables...I need to adjust for some variables in the model (around 7 etc).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When running the unadjusted model using the following code:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;mixed&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=cup.cup;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;class&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;nbsp;year group;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;model&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; F393MSE =&amp;nbsp;group&amp;nbsp;year group*year;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;repeated&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; year/ &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;subject&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=id &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;type&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=ar(1); &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;I get the following error: &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;WARNING: ODS graphics with more than 5000 points have been suppressed. Use the PLOTS(MAXPOINTS= )&lt;/P&gt;&lt;P&gt;option in the PROC MIXED statement to change or override the cutoff.&lt;/P&gt;&lt;P&gt;WARNING: Stopped because of infinite likelihood.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added the&amp;nbsp; PLOTS(MAXPOINTS= NONE) in the statement, but it didn't work.&lt;/P&gt;&lt;P&gt;Surprisingly, when I added covariates in the model (around seven) the model runs. However, I do need to run the unadjusted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, one other question. How does one run a GLM with REML method and specify the random effects...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 17:18:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Issues-with-Proc-Mixed/m-p/392299#M20462</guid>
      <dc:creator>Jest</dc:creator>
      <dc:date>2017-08-31T17:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Proc Mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Issues-with-Proc-Mixed/m-p/392333#M20463</link>
      <description>&lt;P&gt;You have two independent warnings. &amp;nbsp;This one is only related to graphs:&lt;/P&gt;
&lt;P&gt;WARNING: ODS graphics with more than 5000 points have been suppressed. Use the PLOTS(MAXPOINTS= )&lt;/P&gt;
&lt;P&gt;option in the PROC MIXED statement to change or override the cutoff.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is why the procedure stopped:&lt;/P&gt;
&lt;P&gt;WARNING: Stopped because of infinite likelihood.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Changing the maximum number of points plotted will not affect the likelihood. &amp;nbsp;Changing the model will.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 19:20:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Issues-with-Proc-Mixed/m-p/392333#M20463</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-08-31T19:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Proc Mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Issues-with-Proc-Mixed/m-p/392526#M20472</link>
      <description>&lt;PRE&gt;

Try 
repeated year/ subject=id type=chol ;

&lt;/PRE&gt;</description>
      <pubDate>Fri, 01 Sep 2017 13:17:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Issues-with-Proc-Mixed/m-p/392526#M20472</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-09-01T13:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Proc Mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Issues-with-Proc-Mixed/m-p/392575#M20476</link>
      <description>&lt;P&gt;Thank you ksharp. I tried repeated year/ subject=id type=chol;&lt;/P&gt;&lt;P&gt;and I don't think chol is an option for the variance covariance structure. I got the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR 22-322: Syntax error, expecting one of the following: ANTE, AR, ARH, ARMA, CS, CSH, FA,&lt;BR /&gt;FA0, FA1, HF, LIN, LINEAR, SIMPLE, SP, TOEP, TOEPH, UN, UNAR, UNCS, UNR, VC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any additional ideas? Is it possible for me to try proc glm with REML?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2017 15:24:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Issues-with-Proc-Mixed/m-p/392575#M20476</guid>
      <dc:creator>Jest</dc:creator>
      <dc:date>2017-09-01T15:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Proc Mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Issues-with-Proc-Mixed/m-p/392710#M20491</link>
      <description>&lt;P&gt;If you have a mixed design, the MIXED (or GLIMMIX) procedure is much better than GLM; in fact, you generally do not want to use the GLM procedure with a mixed model.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is the dataset sorted by ID? In the current model ID is a continuous variable, and because you are using it as a SUBJECT in the REPEATED statement, the dataset has to be sorted by ID.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What are the distributional properties of&amp;nbsp;&lt;SPAN&gt;F393MSE? Is this variable measured on a continuous scale? Is normality a reasonable assumption?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Would it make any sense to regress on year?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you still get an error:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) if you add ID to the CLASS statement&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) if you use&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&lt;/CODE&gt;&lt;CODE class=" language-sas"&gt;repeated year/ subject=id type=cs;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If none of these provide any insight into your problem, then probably you'll need to provide data.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Sep 2017 03:59:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Issues-with-Proc-Mixed/m-p/392710#M20491</guid>
      <dc:creator>sld</dc:creator>
      <dc:date>2017-09-02T03:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Proc Mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Issues-with-Proc-Mixed/m-p/394743#M20614</link>
      <description>&lt;P&gt;Thank you sld...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the delay in sending an update...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The model worked when transforming the outcome&amp;nbsp;which is a continuous scale to a logarithmic scale.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, what are the options in running the model on the logarithmic scale and then generating the lsmeans and plot on the regular scale?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 16:53:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Issues-with-Proc-Mixed/m-p/394743#M20614</guid>
      <dc:creator>Jest</dc:creator>
      <dc:date>2017-09-11T16:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Proc Mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Issues-with-Proc-Mixed/m-p/394854#M20615</link>
      <description>&lt;P&gt;The ILINK option does not function for DIST=LOGNORMAL. To get what you want, you can re-transform estimates produced (on the log scale) by the model "by hand"--either literally by hand, or save estimates to a SAS dataset and do the conversion in a data step or even in Excel.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See the GLIMMIX &amp;gt; MODEL &amp;gt; DIST= documentation&amp;nbsp;&lt;A href="http://documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=14.2&amp;amp;docsetTarget=statug_glimmix_syntax17.htm&amp;amp;locale=en#statug.glimmix.gmxmoddist" target="_self"&gt;http://documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=14.2&amp;amp;docsetTarget=statug_glimmix_syntax17.htm&amp;amp;locale=en#statug.glimmix.gmxmoddist&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;which says:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;When you choose DIST=LOGNORMAL, the GLIMMIX procedure models the logarithm of the response variable as a normal random variable. That is, the mean and variance are estimated on the logarithmic scale, assuming a normal distribution,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;IMG class="math gen" src="https://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/images/statug_glimmix0287.png" border="0" alt="" /&gt;. This enables you to draw on options that require a distribution in the exponential family—for example, by using a scoring algorithm in a GLM. To convert means and variances for&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;IMG class="math gen" src="https://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/images/statug_glimmix0288.png" border="0" alt="" /&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;into those of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;IMG class="math gen" src="https://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/images/statug_glimmix0289.png" border="0" alt="" /&gt;, use the relationships&lt;/P&gt;
&lt;TABLE id="a0000001708" class="eqnarray" width="100%" cellspacing="0" cellpadding="7"&gt;
&lt;TBODY&gt;
&lt;TR id="a0000001709"&gt;
&lt;TD class="fleqn"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&lt;IMG class="math gen" src="https://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/images/statug_glimmix0290.png" border="0" alt="" /&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;IMG class="math gen" src="https://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/images/statug_glimmix0291.png" border="0" alt="" /&gt;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD class="eqnnum"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR id="a0000001710"&gt;
&lt;TD class="fleqn"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&lt;IMG class="math gen" src="https://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/images/statug_glimmix0292.png" border="0" alt="" /&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;IMG class="math gen" src="https://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/images/statug_glimmix0293.png" border="0" alt="" /&gt;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD class="eqnnum"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR id="a0000001711"&gt;
&lt;TD class="fleqn"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&lt;IMG class="math gen" src="https://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/images/statug_glimmix0294.png" border="0" alt="" /&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;IMG class="math gen" src="https://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/images/statug_glimmix0295.png" border="0" alt="" /&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also see this thread&amp;nbsp;&lt;A href="https://communities.sas.com/t5/General-SAS-Programming/ilink-will-not-return-inverse-values-in-the-lsmeans-statement/td-p/279562" target="_self"&gt;https://communities.sas.com/t5/General-SAS-Programming/ilink-will-not-return-inverse-values-in-the-lsmeans-statement/td-p/279562&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 18:59:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Issues-with-Proc-Mixed/m-p/394854#M20615</guid>
      <dc:creator>sld</dc:creator>
      <dc:date>2017-09-11T18:59:36Z</dc:date>
    </item>
  </channel>
</rss>

