<?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: Mixed Procedure in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Mixed-Procedure/m-p/149915#M39540</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So the 90% CI in the ESTIMATE block does not match 'lower' and 'upper' in the output dataset?&amp;nbsp; That seems really unlikely, since it is an ODS dataset..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to echo &lt;A __default_attr="9481" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt; here---show what does not match explicitly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That particular piece of code has some interesting tricks going on, so it really makes a difference when you say things don't match that we be able to duplicate what you see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Oct 2014 19:46:26 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2014-10-30T19:46:26Z</dc:date>
    <item>
      <title>Mixed Procedure</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Mixed-Procedure/m-p/149911#M39536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'arial black', 'avant garde'; font-size: 12pt; color: #000000;"&gt;Dear Sir/Madam&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'arial black', 'avant garde'; font-size: 12pt; color: #000000;"&gt;I am having doubt in Estimate Statement in proc mixed procedure. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'arial black', 'avant garde'; font-size: 12pt; color: #000000;"&gt;ESTIMATE 'TEST VS REFERENCE' TRT 1 -1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'arial black', 'avant garde'; font-size: 12pt; color: #000000;"&gt;When want to use 1 -1 or -1 1, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'arial black', 'avant garde'; font-size: 12pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'arial black', 'avant garde'; font-size: 12pt; line-height: 1.5em;"&gt;TRT (T-&amp;nbsp; Test and R- Reference) code as &lt;/SPAN&gt;&lt;CODE style="font-size: 0.95em; line-height: 1.5em; font-family: 'DejaVu Sans Mono', 'Lucida Console', 'Courier New', Courier, monospace; color: #000080; background-color: #ffffff;"&gt;TRT -1 1&lt;/CODE&gt;&lt;SPAN style="line-height: 1.5em; background-color: #ffffff;"&gt; to compare test with reference. my results are matching,&amp;nbsp; but for TRT (A- Test and B- Reference) I used same code but my results are not matching if we use 1 -1 then my answer is matching.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #000000; font-size: 12pt; background-color: #ffffff; font-family: 'arial black', 'avant garde';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #000000; font-size: 12pt; background-color: #ffffff; font-family: 'arial black', 'avant garde';"&gt;What logic is behind this? &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 15:39:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Mixed-Procedure/m-p/149911#M39536</guid>
      <dc:creator>k2k</dc:creator>
      <dc:date>2014-10-30T15:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Mixed Procedure</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Mixed-Procedure/m-p/149912#M39537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What results don't match? Can you show us? (Also, the complete PROC MIXED code would be helpful)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 16:45:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Mixed-Procedure/m-p/149912#M39537</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2014-10-30T16:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Mixed Procedure</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Mixed-Procedure/m-p/149913#M39538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear paigemiller,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAS Proc mixed Code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC MIXED DATA = PK;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CLASSES SEQUENCE SUBJECT PERIOD TRT;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MODEL LN_CMAX = SEQUENCE PERIOD TRT / ddfm = satterth;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RANDOM TRT / type = fa0(2) sub = SUBJECT G;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; REPEATED/grp = TRT sub = SUBJECT;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LSMEANS TRT / cl alpha = 0.05 diff;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ESTIMATE 'T vs. R' TRT&amp;nbsp; -1 1/cl alpha = 0.1;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ODS OUTPUT ESTIMATES = CMAXUNSCL ( keep = lower upper );&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ODS OUTPUT LSMEANS&amp;nbsp;&amp;nbsp; = CMAXLSM&lt;/P&gt;&lt;P&gt;&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;&amp;nbsp; TESTS3&amp;nbsp;&amp;nbsp;&amp;nbsp; = CMAXTYPE3&lt;/P&gt;&lt;P&gt;&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;&amp;nbsp; COVPARMS&amp;nbsp; = CMAXCPARMS&lt;/P&gt;&lt;P&gt;&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;&amp;nbsp; DIFFS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = CMAXDIFF;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;90 % CI is not matching&amp;nbsp; CI=exp(lower);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 17:21:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Mixed-Procedure/m-p/149913#M39538</guid>
      <dc:creator>k2k</dc:creator>
      <dc:date>2014-10-30T17:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Mixed Procedure</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Mixed-Procedure/m-p/149914#M39539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That really doesn't help. We can't see what the results are, we don't see what doesn't match, you need to SHOW US the non-matching output. And you also need to show us the two versions of the code that gives the non-matching output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 17:49:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Mixed-Procedure/m-p/149914#M39539</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2014-10-30T17:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Mixed Procedure</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Mixed-Procedure/m-p/149915#M39540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So the 90% CI in the ESTIMATE block does not match 'lower' and 'upper' in the output dataset?&amp;nbsp; That seems really unlikely, since it is an ODS dataset..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to echo &lt;A __default_attr="9481" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt; here---show what does not match explicitly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That particular piece of code has some interesting tricks going on, so it really makes a difference when you say things don't match that we be able to duplicate what you see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 19:46:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Mixed-Procedure/m-p/149915#M39540</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-10-30T19:46:26Z</dc:date>
    </item>
  </channel>
</rss>

