<?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: What parameter to use for DDFM= in proc mixed? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/What-parameter-to-use-for-DDFM-in-proc-mixed/m-p/927170#M46117</link>
    <description>&lt;P&gt;If you have 20G observations, and have DEN F coming out as Inf, think about what that means - you are out at the point where F tests are indistinguishable from chi squared tests, and the t distribution doesn't differ from the normal until you get out to several decimal places. So, rather than trying DDFM= basically anything, try using the CHISQ option, and use those results rather than the F tests.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you ran the analysis in GLIMMIX, you could use ddfm=none.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
    <pubDate>Mon, 06 May 2024 14:38:24 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2024-05-06T14:38:24Z</dc:date>
    <item>
      <title>What parameter to use for DDFM= in proc mixed?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/What-parameter-to-use-for-DDFM-in-proc-mixed/m-p/923790#M45903</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Good morning, I'm currently analyzing a much larger database than I'm used to.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For this analysis I need to use the proc mixed with repeated measures, however when I test the covariance matrices and use the command DDFM=KR or DDFM=kr2 I have two problems:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1- the script does not work due to lack of memory even using options memsize=; independent of how much memory you use (max obs used 20G)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2- The DEN F appear as infinite,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I was unable to understand the differences between DDFM= betwithin, contain, kenwardroger, kenwardroger2, residual or satterthwaite.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the model used:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PROC MIXED;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CLASS id_Animal TRT day;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MODEL visit = TRT dday trt*ddai / ddfm= ?? ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RANDOM id_Animal ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;REPEATED day /TYPE = ?? SUBJECT = id;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RUN;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 13:57:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/What-parameter-to-use-for-DDFM-in-proc-mixed/m-p/923790#M45903</guid>
      <dc:creator>Dicarlis</dc:creator>
      <dc:date>2024-04-10T13:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: What parameter to use for DDFM= in proc mixed?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/What-parameter-to-use-for-DDFM-in-proc-mixed/m-p/923903#M45906</link>
      <description>&lt;P&gt;You could use "ddfm= BETWITHIN " and "RANDOM int /subject=subjectid" to save memory .&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
PROC MIXED;
CLASS id_Animal TRT day;
MODEL visit = TRT dday trt*ddai / ddfm= BETWITHIN  ;
RANDOM int /subject=id_Animal ;
REPEATED day /TYPE =ar(1) SUBJECT = id_Animal;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 11 Apr 2024 03:08:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/What-parameter-to-use-for-DDFM-in-proc-mixed/m-p/923903#M45906</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-04-11T03:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: What parameter to use for DDFM= in proc mixed?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/What-parameter-to-use-for-DDFM-in-proc-mixed/m-p/927170#M46117</link>
      <description>&lt;P&gt;If you have 20G observations, and have DEN F coming out as Inf, think about what that means - you are out at the point where F tests are indistinguishable from chi squared tests, and the t distribution doesn't differ from the normal until you get out to several decimal places. So, rather than trying DDFM= basically anything, try using the CHISQ option, and use those results rather than the F tests.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you ran the analysis in GLIMMIX, you could use ddfm=none.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 14:38:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/What-parameter-to-use-for-DDFM-in-proc-mixed/m-p/927170#M46117</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2024-05-06T14:38:24Z</dc:date>
    </item>
  </channel>
</rss>

