<?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 Trouble with multiple interaction term in Proc Mixed Repeated Measures in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Trouble-with-multiple-interaction-term-in-Proc-Mixed-Repeated/m-p/12639#M188</link>
    <description>I am trying to run a repeated measures model in proc mixed with relative seed production as my dependent variable and year (the repeated measure), genotype, and size as independent variables for each plant in my study. The model runs well if I include a single interaction term such as year*size, but when I try to include year*genotype*size I get the "stopped because of infinite likelihood error." My code is below. I've tried using type =un, type= AR(1) and type = cs, but nothing works. Any suggestions? &lt;BR /&gt;
&lt;BR /&gt;
proc mixed;&lt;BR /&gt;
class genotype plant year;&lt;BR /&gt;
model rel_seed_prod = year genotype size year*genotype year*size genotype*size year*genotype*size;&lt;BR /&gt;
repeated year / subject = plant type = un;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
thanks for your help!&lt;BR /&gt;
Carolyn</description>
    <pubDate>Thu, 29 Apr 2010 19:16:34 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-04-29T19:16:34Z</dc:date>
    <item>
      <title>Trouble with multiple interaction term in Proc Mixed Repeated Measures</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Trouble-with-multiple-interaction-term-in-Proc-Mixed-Repeated/m-p/12639#M188</link>
      <description>I am trying to run a repeated measures model in proc mixed with relative seed production as my dependent variable and year (the repeated measure), genotype, and size as independent variables for each plant in my study. The model runs well if I include a single interaction term such as year*size, but when I try to include year*genotype*size I get the "stopped because of infinite likelihood error." My code is below. I've tried using type =un, type= AR(1) and type = cs, but nothing works. Any suggestions? &lt;BR /&gt;
&lt;BR /&gt;
proc mixed;&lt;BR /&gt;
class genotype plant year;&lt;BR /&gt;
model rel_seed_prod = year genotype size year*genotype year*size genotype*size year*genotype*size;&lt;BR /&gt;
repeated year / subject = plant type = un;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
thanks for your help!&lt;BR /&gt;
Carolyn</description>
      <pubDate>Thu, 29 Apr 2010 19:16:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Trouble-with-multiple-interaction-term-in-Proc-Mixed-Repeated/m-p/12639#M188</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-04-29T19:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with multiple interaction term in Proc Mixed Repeated Measures</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Trouble-with-multiple-interaction-term-in-Proc-Mixed-Repeated/m-p/12640#M189</link>
      <description>Have you looked at&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/statug_mixed_sect028.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/statug_mixed_sect028.htm&lt;/A&gt;&lt;BR /&gt;
?  My guess is that you've got too many parameters for the amount of data that you have and the Newton-Raphson search algorithm is failing to converge.</description>
      <pubDate>Fri, 30 Apr 2010 00:38:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Trouble-with-multiple-interaction-term-in-Proc-Mixed-Repeated/m-p/12640#M189</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2010-04-30T00:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with multiple interaction term in Proc Mixed Repeated Measures</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Trouble-with-multiple-interaction-term-in-Proc-Mixed-Repeated/m-p/12641#M190</link>
      <description>Carolyn,&lt;BR /&gt;
&lt;BR /&gt;
You might try initializing the covariance structure parameters according to the values which were estimated when you have only the year*size interaction in the model.  Having reasonable initial estimates of the parameters of the covariance structure can help one avoid some estimation problems.</description>
      <pubDate>Fri, 30 Apr 2010 18:50:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Trouble-with-multiple-interaction-term-in-Proc-Mixed-Repeated/m-p/12641#M190</guid>
      <dc:creator>Dale</dc:creator>
      <dc:date>2010-04-30T18:50:12Z</dc:date>
    </item>
  </channel>
</rss>

