<?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 MMRM (proc mixed) in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/MMRM-proc-mixed/m-p/957700#M47964</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;prproc mixed data = admp ;&lt;BR /&gt;class subjid treatnp avisit agegr1 ;&lt;BR /&gt;model chg = treatnp base avisit treatnp*avisit agegr1;&lt;BR /&gt;repeated avisit / subject= subjid type=UN;&lt;BR /&gt;lsmeans treatnp / cl diff e;&lt;BR /&gt;ods output diffs = mmrmchgdiff estimates = mmrmchgest;&lt;BR /&gt;run;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. How can you tell if the procedure converged other than the warnings it sends to the log?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Where can I find information on the variables and layout of the ODS table outputs generated by DIFFS, and ESTIMATES (or any ods table output from the procedure)?&lt;/P&gt;
&lt;P&gt;3. Following (2) - I cannot recall if SE of the estimates and differences are generated automatically in those datasets. What options are required for an LS means analysis to do this?&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jan 2025 18:05:47 GMT</pubDate>
    <dc:creator>_Hopper</dc:creator>
    <dc:date>2025-01-30T18:05:47Z</dc:date>
    <item>
      <title>MMRM (proc mixed)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/MMRM-proc-mixed/m-p/957700#M47964</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;prproc mixed data = admp ;&lt;BR /&gt;class subjid treatnp avisit agegr1 ;&lt;BR /&gt;model chg = treatnp base avisit treatnp*avisit agegr1;&lt;BR /&gt;repeated avisit / subject= subjid type=UN;&lt;BR /&gt;lsmeans treatnp / cl diff e;&lt;BR /&gt;ods output diffs = mmrmchgdiff estimates = mmrmchgest;&lt;BR /&gt;run;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. How can you tell if the procedure converged other than the warnings it sends to the log?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Where can I find information on the variables and layout of the ODS table outputs generated by DIFFS, and ESTIMATES (or any ods table output from the procedure)?&lt;/P&gt;
&lt;P&gt;3. Following (2) - I cannot recall if SE of the estimates and differences are generated automatically in those datasets. What options are required for an LS means analysis to do this?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 18:05:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/MMRM-proc-mixed/m-p/957700#M47964</guid>
      <dc:creator>_Hopper</dc:creator>
      <dc:date>2025-01-30T18:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: MMRM (proc mixed)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/MMRM-proc-mixed/m-p/957712#M47965</link>
      <description>&lt;P&gt;Hi, For your first question, have a look at this example in the documentation:&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/statug/latest/statug_mixed_examples02.htm" target="_blank"&gt;SAS Help Center: Repeated Measures&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The&amp;nbsp;&lt;STRONG&gt;Iteration History&lt;/STRONG&gt; section tells you whether the model converged:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JackieJ_SAS_0-1738264433418.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/104148i85454F9AB121C973/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JackieJ_SAS_0-1738264433418.png" alt="JackieJ_SAS_0-1738264433418.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;For your second question- this page in the documentation describes ODS table names and their variables:&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/statug/latest/statug_mixed_odstables.htm" target="_blank"&gt;SAS Help Center: ODS Table Names&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I see that there are ODS tables named&amp;nbsp;&lt;STRONG&gt;Diffs&lt;/STRONG&gt; and&amp;nbsp;&lt;STRONG&gt;Estimates&lt;/STRONG&gt;, as you have in your code. Another easy way to figure out tables names is run the statement ODS TRACE ON; prior to your PROC MIXED code. With this, table names will be written to the log.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Your code looks ok. Is it providing output?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 19:30:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/MMRM-proc-mixed/m-p/957712#M47965</guid>
      <dc:creator>JackieJ_SAS</dc:creator>
      <dc:date>2025-01-30T19:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: MMRM (proc mixed)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/MMRM-proc-mixed/m-p/957760#M47968</link>
      <description>1) Check Rick_SAS blog:&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2019/04/03/g-matrix-is-not-positive-definite.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2019/04/03/g-matrix-is-not-positive-definite.html&lt;/A&gt;&lt;BR /&gt;2)Using the following code to check the ODS tables name (in LOG window):&lt;BR /&gt;ods trace on;&lt;BR /&gt;proc mixed ......&lt;BR /&gt;.......&lt;BR /&gt;run;&lt;BR /&gt;ods trace off;&lt;BR /&gt;3)Yes. If I was right.  SE of the estimates and differences are generated automatically in OUTPUT.</description>
      <pubDate>Fri, 31 Jan 2025 02:24:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/MMRM-proc-mixed/m-p/957760#M47968</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2025-01-31T02:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: MMRM (proc mixed)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/MMRM-proc-mixed/m-p/957791#M47969</link>
      <description>&lt;P&gt;You can find a pretty good read on the convergence status table&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/statug/latest/statug_introcom_sect090.htm" target="_self"&gt;here .&lt;/A&gt;&amp;nbsp;This in the shared concepts and topics section of the SAS/STAT documentation.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2025 12:28:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/MMRM-proc-mixed/m-p/957791#M47969</guid>
      <dc:creator>StatsMan</dc:creator>
      <dc:date>2025-01-31T12:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: MMRM (proc mixed)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/MMRM-proc-mixed/m-p/958193#M47995</link>
      <description>Only in the list window. No ods tables are generated.</description>
      <pubDate>Tue, 04 Feb 2025 14:12:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/MMRM-proc-mixed/m-p/958193#M47995</guid>
      <dc:creator>_Hopper</dc:creator>
      <dc:date>2025-02-04T14:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: MMRM (proc mixed)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/MMRM-proc-mixed/m-p/958867#M48018</link>
      <description>&lt;P&gt;Hi, Could you provide us a copy of your log and output, so that we can review your code and any notes and errors?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2025 19:53:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/MMRM-proc-mixed/m-p/958867#M48018</guid>
      <dc:creator>JackieJ_SAS</dc:creator>
      <dc:date>2025-02-10T19:53:05Z</dc:date>
    </item>
  </channel>
</rss>

