<?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: Specification of the covariance matrix in a doubly repeated measures GLMM. in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Specification-of-the-covariance-matrix-in-a-doubly-repeated/m-p/187505#M9753</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The latter.&amp;nbsp; VC assumes that the variability in one location is independent of the variablity in another.&amp;nbsp; For instance, appearance of lesions on the head are completely independent of lesions on the back.&amp;nbsp; My natural inclination is that animals that are wound susceptible will have similar scores no matter where on the animal.&amp;nbsp; If the relationship is anatomical, then some unstructured relationship is probably best.&amp;nbsp; A heterogeneous compound symmetry structure might be appropriate (type=CSH).&amp;nbsp; Take a look at the documentation for the type= option, especially the matrix representations and see if that might be an appropriate structure.&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, 08 Sep 2014 14:47:04 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2014-09-08T14:47:04Z</dc:date>
    <item>
      <title>Specification of the covariance matrix in a doubly repeated measures GLMM.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Specification-of-the-covariance-matrix-in-a-doubly-repeated/m-p/187500#M9748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently analysing data of hens which have been checked for wounds on their body. For each hen 4 locations have been sampled (Location_) at the beginning and the end of an experiment (Date), data (score) is binary as in 1=wound present, 0=no wound present. What i want to know is if the hen's health has improved over time (date) and if this is correlated with the amount of visits they paid to an outdoor enclosure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My data looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="451" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#000000&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;}" style="border: 1px solid #000000; width: 343px; height: 433px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Id&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Location&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;visits&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Score&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Head&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Back&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Belly&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Crest&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;head &lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;38&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;back&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;38&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;belly&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;38&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;crest&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;38&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;head&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;back&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;bely&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;crest&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;head&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;17&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;back&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;17&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;belly&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;17&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;crest&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;17&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently the model i am working with looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: 'SAS Monospace'; color: navy; font-size: 10pt; background: white; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="mso-bidi-font-family: 'SAS Monospace'; color: navy; font-size: 10pt; background: white; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;glimmix&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt;data&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt;=veer &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt;method&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt;=laplace;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt;class&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt; date id location_ score;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt;model&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt; score(event=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt;'1'&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt;)= visits Location_|date/ &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt;dist&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt;=binary &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt;link&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt;=logit &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt;solution&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt;random&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt; location_/ &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt;subject&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt;=id &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt;type&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt;=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt;vc&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt;random&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt; date/ &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt;subject&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt;=id &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt;type&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt;=ar(&lt;/SPAN&gt;&lt;SPAN style="mso-bidi-font-family: 'SAS Monospace'; color: teal; font-size: 10pt; background: white; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt;slice&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt; Location_*date/ &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt;sliceby&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt;=Location_ &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt;diff&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="mso-bidi-font-family: 'SAS Monospace'; color: navy; font-size: 10pt; background: white; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt;The output regarding my researchquestions it provides is estimates for the independent variables and the following tables which as far as i understand compare the score at two different times for the separate locations; In this case scores for the location head are not significantly different. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: 'SAS Monospace'; font-size: 10pt; mso-bidi-font-family: 'SAS Monospace';"&gt;&lt;IMG __jive_id="7301" alt="Untitled.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/7301_Untitled.png" width="450" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;My questions are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- have i treated the doubly repeated measures (different locations on same hen at different times) correctly?&lt;/P&gt;&lt;P&gt;- In doing so have i specified the covariance matrix types in the random statements correctly? (I doubt if type=cv is correct for the location statement and if i should not rather use type=chol)&lt;/P&gt;&lt;P&gt;- And do I interpret&amp;nbsp; the output generated by the slice statement in the right manner? (as described above)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marielle Gerritsen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 09:33:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Specification-of-the-covariance-matrix-in-a-doubly-repeated/m-p/187500#M9748</guid>
      <dc:creator>mgerritsen</dc:creator>
      <dc:date>2014-09-05T09:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Specification of the covariance matrix in a doubly repeated measures GLMM.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Specification-of-the-covariance-matrix-in-a-doubly-repeated/m-p/187501#M9749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marielle,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like a good approach.&amp;nbsp; I do wonder about selecting VC as the covariance structure for the locations.&amp;nbsp; If you have lots of data, consider type=UN (or type=CHOL), to model the covariance between locations on the birds.&amp;nbsp; VC assumes that there is no correlation between locations, and you may have to make that assumption to get convergence.&amp;nbsp; With 4 locations, type=CHOL would estimate 4 variances and 6 covariances, so to get good estimates of 10 parameters, the rule of thumb of 10 observations per parameter would mean 100 obs, and with a binomial distribution that usually means 100 observations in the category of interest--per time point.&amp;nbsp; Given all that, I would say you have modeled this well, given the amount of data in hand.&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>Fri, 05 Sep 2014 13:09:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Specification-of-the-covariance-matrix-in-a-doubly-repeated/m-p/187501#M9749</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-09-05T13:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Specification of the covariance matrix in a doubly repeated measures GLMM.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Specification-of-the-covariance-matrix-in-a-doubly-repeated/m-p/187502#M9750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your responce. I have used your suggestions and settled on type=chol as a suitable type, as type= UN set some of my DF's to infinity. The only concern i have, using type=chol, is that when using this specification the results from the type 3 test indicate that the interaction 'Location_*date' is not significant. I cannot remember to have read this somewhere before but i can imagine that it is not allowed to perform a contrast using the slice statement to determine significant differences in time per location when the interaction is not significant. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you could comment on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marielle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 11:29:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Specification-of-the-covariance-matrix-in-a-doubly-repeated/m-p/187502#M9750</guid>
      <dc:creator>mgerritsen</dc:creator>
      <dc:date>2014-09-08T11:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Specification of the covariance matrix in a doubly repeated measures GLMM.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Specification-of-the-covariance-matrix-in-a-doubly-repeated/m-p/187503#M9751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the interaction is not significant, there is no strong evidence to reject the null that all of the means specified by the interaction are equal, and thus, slicing to look for differences could be considered data dredging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have specific, pre-specified comparisons that you wish to make, and only those comparisons, you might consider setting up LSMESTIMATE statements with some sort of adjustment for multiple comparisons.&amp;nbsp; This would be my choice in a confirmatory experiment.&amp;nbsp; This looks more exploratory, and thus, I would look at that type 3 test as a strong indicator that comparisons of lsmeans should be avoided.&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, 08 Sep 2014 12:43:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Specification-of-the-covariance-matrix-in-a-doubly-repeated/m-p/187503#M9751</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-09-08T12:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Specification of the covariance matrix in a doubly repeated measures GLMM.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Specification-of-the-covariance-matrix-in-a-doubly-repeated/m-p/187504#M9752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Okay, I suspected that. Then i have one last question regarding type vc and type=chol (both give viable output using my dataset). After closer inspection is it seems my dataset contains fewer observations then is needed for type=chol. So when you specify that: 'VC assumes that there is no correlation between locations", then you indicate that while using this the model assumes that the healthscores of the&amp;nbsp; different locations are not related, and thus not grouped by the same animal. Or does it indicate that they are grouped on the same animal but changes in one location are not dependent on changes in another location?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 14:37:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Specification-of-the-covariance-matrix-in-a-doubly-repeated/m-p/187504#M9752</guid>
      <dc:creator>mgerritsen</dc:creator>
      <dc:date>2014-09-08T14:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Specification of the covariance matrix in a doubly repeated measures GLMM.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Specification-of-the-covariance-matrix-in-a-doubly-repeated/m-p/187505#M9753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The latter.&amp;nbsp; VC assumes that the variability in one location is independent of the variablity in another.&amp;nbsp; For instance, appearance of lesions on the head are completely independent of lesions on the back.&amp;nbsp; My natural inclination is that animals that are wound susceptible will have similar scores no matter where on the animal.&amp;nbsp; If the relationship is anatomical, then some unstructured relationship is probably best.&amp;nbsp; A heterogeneous compound symmetry structure might be appropriate (type=CSH).&amp;nbsp; Take a look at the documentation for the type= option, especially the matrix representations and see if that might be an appropriate structure.&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, 08 Sep 2014 14:47:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Specification-of-the-covariance-matrix-in-a-doubly-repeated/m-p/187505#M9753</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-09-08T14:47:04Z</dc:date>
    </item>
  </channel>
</rss>

