<?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: COVARIANCE STRUCTURE PROC MIXED in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/COVARIANCE-STRUCTURE-PROC-MIXED/m-p/52413#M2401</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear lvm, what is the difference between UN(1) and CSH then ? Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Aug 2013 19:34:53 GMT</pubDate>
    <dc:creator>stan</dc:creator>
    <dc:date>2013-08-06T19:34:53Z</dc:date>
    <item>
      <title>COVARIANCE STRUCTURE PROC MIXED</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/COVARIANCE-STRUCTURE-PROC-MIXED/m-p/52411#M2399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using proc mixed for repeated mesaures with the code below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proc mixed data=ds_input;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; class id m_time;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; model y=x1 x2 x3 /solution;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; repeated m_time / type=un&amp;nbsp;&amp;nbsp; subject=id;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone explain me the difference between the sintax type=un and type=un(1)? What's the meaning of&amp;nbsp; Banded Covariance structure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When is it recommend to use a banded covariance structure? and an autoregressive covariance structure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2011 10:51:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/COVARIANCE-STRUCTURE-PROC-MIXED/m-p/52411#M2399</guid>
      <dc:creator>L_L</dc:creator>
      <dc:date>2011-11-22T10:51:01Z</dc:date>
    </item>
    <item>
      <title>COVARIANCE STRUCTURE PROC MIXED</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/COVARIANCE-STRUCTURE-PROC-MIXED/m-p/52412#M2400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Big difference. With UN(1), there is a separate variance for each level of time (assuming your repeated measure is time), and 0 covariance (correlation) between times. With UN, there is a separate variance for each, and separate covariances for each pair of times. UN is the most general structure, but it can be difficult to fit (there can be many variance-covariance parameters to estimate). With a repeated measure, I would expect some correlation between times; thus, UN(1) is usually not realistic. AR(1) should also be tried. There are many possible structures that are simpler than UN, but still account for correlations. I recommend you read the repeated measures chapter in the book SAS for Mixed Models, 2nd Edition, by R. Littell et al. (SAS Press).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2011 13:45:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/COVARIANCE-STRUCTURE-PROC-MIXED/m-p/52412#M2400</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2011-11-22T13:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: COVARIANCE STRUCTURE PROC MIXED</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/COVARIANCE-STRUCTURE-PROC-MIXED/m-p/52413#M2401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear lvm, what is the difference between UN(1) and CSH then ? Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 19:34:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/COVARIANCE-STRUCTURE-PROC-MIXED/m-p/52413#M2401</guid>
      <dc:creator>stan</dc:creator>
      <dc:date>2013-08-06T19:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: COVARIANCE STRUCTURE PROC MIXED</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/COVARIANCE-STRUCTURE-PROC-MIXED/m-p/52414#M2402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Big difference. With UN(1), all the covariances (and thus correlations) within subjects are 0. The variances are all different (potentially) for each group. With CSH, there is also a separate variance for each group, but there are nonzero covariances for the pairs of times. With CSH, there is a single correlation for all possible pairs, but because the variances can be different, the covariances will also be different. The User's Guide for MIXED has a nice table showing the covariance matrix for many of the different structures. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 19:43:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/COVARIANCE-STRUCTURE-PROC-MIXED/m-p/52414#M2402</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2013-08-06T19:43:09Z</dc:date>
    </item>
  </channel>
</rss>

