<?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: Is it possible to specify 3 repeated factors in Proc Mixed? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Is-it-possible-to-specify-3-repeated-factors-in-Proc-Mixed/m-p/178949#M9279</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ryan's suggestion should work, but you will need about 10 times as many records as parameters to be able to get it to converge to anything reasonable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(And a fairly intense computing platform).&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>Mon, 02 Jun 2014 15:14:58 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2014-06-02T15:14:58Z</dc:date>
    <item>
      <title>Is it possible to specify 3 repeated factors in Proc Mixed?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Is-it-possible-to-specify-3-repeated-factors-in-Proc-Mixed/m-p/178945#M9275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to specify three repeated factors in Proc Mixed.&amp;nbsp; I'm able to specify one or two repeated factors depending on the covariance structure specified in the Repeated statement.&amp;nbsp; (Two repeated factors seems to require Type=un@cs or Type=un@un.)&amp;nbsp; However, I've had no success with three repeated factors.&amp;nbsp; Is it a matter of specifying the appropriate covariance structure, or does Proc Mixed not handle more than 2 repeated factors?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the code I'm running.&amp;nbsp; The data is stacked as it should be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc mixed data=subject5;&lt;/P&gt;&lt;P&gt;class subject pricea priceb pricec;&lt;/P&gt;&lt;P&gt;model rate=pricea|priceb|pricec/ddfm=kr;&lt;/P&gt;&lt;P&gt;repeated pricea priceb pricec/subject=subject type=un@un;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help anyone can provide.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 19:09:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Is-it-possible-to-specify-3-repeated-factors-in-Proc-Mixed/m-p/178945#M9275</guid>
      <dc:creator>DannyWeathers</dc:creator>
      <dc:date>2014-05-30T19:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to specify 3 repeated factors in Proc Mixed?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Is-it-possible-to-specify-3-repeated-factors-in-Proc-Mixed/m-p/178946#M9276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would consider writing the following &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;REPEATED statement:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;repeated pricea*priceb*pricec / subject=subject type=un;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jun 2014 02:32:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Is-it-possible-to-specify-3-repeated-factors-in-Proc-Mixed/m-p/178946#M9276</guid>
      <dc:creator>Ryan</dc:creator>
      <dc:date>2014-06-01T02:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to specify 3 repeated factors in Proc Mixed?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Is-it-possible-to-specify-3-repeated-factors-in-Proc-Mixed/m-p/178947#M9277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is undoubtedly the only way to get after this, unless there is a natural nesting of some of the factors.&amp;nbsp; I would be curious about the design that gives rise to this--would it be possible to reparameterize so that this could be fit in a less "bulky" form.&amp;nbsp; I worry about the following--suppose each of the prices has three levels.&amp;nbsp; The three-way interaction will have 27 levels, and an unstructured matrix will require estimating 351 parameters.&amp;nbsp; It is going to take a large dataset to get good estimates for that many parameters.&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>Mon, 02 Jun 2014 12:54:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Is-it-possible-to-specify-3-repeated-factors-in-Proc-Mixed/m-p/178947#M9277</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-06-02T12:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to specify 3 repeated factors in Proc Mixed?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Is-it-possible-to-specify-3-repeated-factors-in-Proc-Mixed/m-p/178948#M9278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve,&amp;nbsp; You guessed right.&amp;nbsp; Each price did have 3 levels.&amp;nbsp; Each subject evaluated 27 product "bundles."&amp;nbsp; Each bundle contained the same 3 products, and the prices of each product were manipulated at 3 levels each.&amp;nbsp; Subjects rated the attractiveness of the overall bundle.&amp;nbsp; I'll consider ways to reparameterize the model, but our goal is to test for possible interactions between the prices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Danny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 15:02:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Is-it-possible-to-specify-3-repeated-factors-in-Proc-Mixed/m-p/178948#M9278</guid>
      <dc:creator>DannyWeathers</dc:creator>
      <dc:date>2014-06-02T15:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to specify 3 repeated factors in Proc Mixed?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Is-it-possible-to-specify-3-repeated-factors-in-Proc-Mixed/m-p/178949#M9279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ryan's suggestion should work, but you will need about 10 times as many records as parameters to be able to get it to converge to anything reasonable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(And a fairly intense computing platform).&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>Mon, 02 Jun 2014 15:14:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Is-it-possible-to-specify-3-repeated-factors-in-Proc-Mixed/m-p/178949#M9279</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-06-02T15:14:58Z</dc:date>
    </item>
  </channel>
</rss>

