<?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: Heterogenous Compound Symmetry in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Heterogenous-Compound-Symmetry/m-p/866586#M342228</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/253321"&gt;@CathyVI&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You are right, the code does not output AIC. The last table it outputs is this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pink_poodle_0-1679939417708.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/82106i94D3E24F3043154D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pink_poodle_0-1679939417708.png" alt="pink_poodle_0-1679939417708.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Mar 2023 17:50:43 GMT</pubDate>
    <dc:creator>pink_poodle</dc:creator>
    <dc:date>2023-03-27T17:50:43Z</dc:date>
    <item>
      <title>Heterogenous Compound Symmetry</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Heterogenous-Compound-Symmetry/m-p/865783#M341899</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Am getting a warning from my 'Heterogenous Compound Symmetry' code and ods output will not generate the output (AIC, BIC etc.) I wanted.&amp;nbsp; I have used the same code for other c&lt;SPAN&gt;ovariance structures and it worked perfectly.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I used the same code I posted below for another dataset with CSH and it worked. Here is a sample of my dataset. I&amp;nbsp;would appreciate any help. Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;data have;&lt;BR /&gt;input Obs ID Group pre post1 post2 post3 time wk @@;&lt;BR /&gt;cards;&lt;BR /&gt;1 14789 2 10 10 15 15 1 10&lt;BR /&gt;2 14789 2 10 10 15 15 2 10&lt;BR /&gt;3 14789 2 10 10 15 15 3 15&lt;BR /&gt;4 14789 2 10 10 15 15 4 15&lt;BR /&gt;5 15170 2 16 20 20 20 1 16&lt;BR /&gt;6 15170 2 16 20 20 20 2 20&lt;BR /&gt;7 15170 2 16 20 20 20 3 20&lt;BR /&gt;8 15170 2 16 20 20 20 4 20&lt;BR /&gt;9 15611 1 10 20 18 22 1 10&lt;BR /&gt;10 15611 1 10 20 18 22 2 20&lt;BR /&gt;11 15611 1 10 20 18 22 3 18&lt;BR /&gt;12 15611 1 10 20 18 22 4 22&lt;BR /&gt;13 15697 1 10 10 10 11 1 10&lt;BR /&gt;14 15697 1 10 10 10 11 2 10&lt;BR /&gt;15 15697 1 10 10 10 11 3 10&lt;BR /&gt;16 15697 1 10 10 10 11 4 11&lt;BR /&gt;17 15844 1 21 26 26 27 1 21&lt;BR /&gt;18 15844 1 21 26 26 27 2 26&lt;BR /&gt;19 15844 1 21 26 26 27 3 26&lt;BR /&gt;20 15844 1 21 26 26 27 4 27&lt;BR /&gt;21 15846 2 26 29 28 24 1 26&lt;BR /&gt;22 15846 2 26 29 28 24 2 29&lt;BR /&gt;23 15846 2 26 29 28 24 3 28&lt;BR /&gt;24 15846 2 26 29 28 24 4 24&lt;BR /&gt;25 15998 2 10 10 10 12 1 10&lt;BR /&gt;26 15998 2 10 10 10 12 2 10&lt;BR /&gt;27 15998 2 10 10 10 12 3 10&lt;BR /&gt;28 15998 2 10 10 10 12 4 12&lt;BR /&gt;29 16021 1 11 13 12 15 1 11&lt;BR /&gt;30 16021 1 11 13 12 15 2 13&lt;BR /&gt;31 16021 1 11 13 12 15 3 12&lt;BR /&gt;32 16021 1 11 13 12 15 4 15&lt;BR /&gt;33 16961 2 14 20 18 18 1 14&lt;BR /&gt;34 16961 2 14 20 18 18 2 20&lt;BR /&gt;35 16961 2 14 20 18 18 3 18&lt;BR /&gt;36 16961 2 14 20 18 18 4 18&lt;BR /&gt;37 17129 2 14 16 18 15 1 14&lt;BR /&gt;38 17129 2 14 16 18 15 2 16&lt;BR /&gt;39 17129 2 14 16 18 15 3 18&lt;BR /&gt;40 17129 2 14 16 18 15 4 15&lt;BR /&gt;41 17571 2 17 21 23 . 1 17&lt;BR /&gt;42 17571 2 17 21 23 . 2 21&lt;BR /&gt;43 17571 2 17 21 23 . 3 23&lt;BR /&gt;44 17571 2 17 21 23 . 4 .&lt;BR /&gt;45 17578 1 21 40 37 43 1 21&lt;BR /&gt;46 17578 1 21 40 37 43 2 40&lt;BR /&gt;47 17578 1 21 40 37 43 3 37&lt;BR /&gt;48 17578 1 21 40 37 43 4 43&lt;BR /&gt;49 17939 1 16 13 14 14 1 16&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SAS code:&lt;/P&gt;&lt;P&gt;/* Heterogenous Compound Symmetry CSH */&lt;BR /&gt;&amp;nbsp;proc mixed data=have;&lt;BR /&gt;class id group time;&lt;BR /&gt;model wk=id time time*group;&lt;BR /&gt;repeated time / type = csh subject = id r rcorr;&lt;BR /&gt;ods output FitStatistics=FitCSH(rename=(value=CSH))&lt;BR /&gt;Dimensions=ParmCSH(rename=(value=NumCSH));&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;WARNING: Output 'FitStatistics' was not created. Make sure that the output object name, label, or path is spelled correctly.&lt;/DIV&gt;&lt;DIV class=""&gt;Also, verify that the appropriate procedure options are used to produce the requested output object. For example, verify that the NOPRINT option is not used.&lt;/DIV&gt;</description>
      <pubDate>Wed, 22 Mar 2023 18:34:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Heterogenous-Compound-Symmetry/m-p/865783#M341899</guid>
      <dc:creator>CathyVI</dc:creator>
      <dc:date>2023-03-22T18:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Heterogenous Compound Symmetry</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Heterogenous-Compound-Symmetry/m-p/865791#M341904</link>
      <description>I ran this code, and it shows an output but includes a warning: "Stopped because of infinite likelihood."</description>
      <pubDate>Wed, 22 Mar 2023 20:13:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Heterogenous-Compound-Symmetry/m-p/865791#M341904</guid>
      <dc:creator>pink_poodle</dc:creator>
      <dc:date>2023-03-22T20:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Heterogenous Compound Symmetry</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Heterogenous-Compound-Symmetry/m-p/866213#M342079</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/235176"&gt;@pink_poodle&lt;/a&gt;&amp;nbsp;Am assuming you didn't get the AIC as part of your output but if you did let me know. I did not get AIC and this is one of the output am looking for.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 18:39:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Heterogenous-Compound-Symmetry/m-p/866213#M342079</guid>
      <dc:creator>CathyVI</dc:creator>
      <dc:date>2023-03-24T18:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Heterogenous Compound Symmetry</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Heterogenous-Compound-Symmetry/m-p/866586#M342228</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/253321"&gt;@CathyVI&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You are right, the code does not output AIC. The last table it outputs is this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pink_poodle_0-1679939417708.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/82106i94D3E24F3043154D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pink_poodle_0-1679939417708.png" alt="pink_poodle_0-1679939417708.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 17:50:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Heterogenous-Compound-Symmetry/m-p/866586#M342228</guid>
      <dc:creator>pink_poodle</dc:creator>
      <dc:date>2023-03-27T17:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Heterogenous Compound Symmetry</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Heterogenous-Compound-Symmetry/m-p/866590#M342232</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/235176"&gt;@pink_poodle&lt;/a&gt;I found the solution. Just sort the data by ID&amp;nbsp; before running the proc mixed and&amp;nbsp; exclude the ID from the class statement.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 17:55:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Heterogenous-Compound-Symmetry/m-p/866590#M342232</guid>
      <dc:creator>CathyVI</dc:creator>
      <dc:date>2023-03-27T17:55:40Z</dc:date>
    </item>
  </channel>
</rss>

