<?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: Difference between COVB in genmod's model statement versus repeated statement? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Difference-between-COVB-in-genmod-s-model-statement-versus/m-p/259030#M13697</link>
    <description>&lt;P&gt;The doc does make it clear, but you might be looking in the worng place.&lt;/P&gt;
&lt;P&gt;On the model statment, the COVB option estimates the usual covariance of the parameters for the fixed effects. This is explained in the section on &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_genmod_details01.htm" target="_self"&gt;"Generalized Models Theory".&lt;/A&gt;&amp;nbsp; It is related to the Hessian (second derivative matrix) of the likelihood function.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For GEEs, you can also model the covariance between repeated measures for each subject. That matrix is explained in the section for &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_genmod_details29.htm" target="_self"&gt;"Generalized Estimating Equations."&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Mar 2016 10:10:44 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2016-03-25T10:10:44Z</dc:date>
    <item>
      <title>Difference between COVB in genmod's model statement versus repeated statement?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Difference-between-COVB-in-genmod-s-model-statement-versus/m-p/258978#M13695</link>
      <description>&lt;P&gt;I noticed that that you can place the "COVB" option after the model statement or after the repated statement when building a GEE model using genmod.&amp;nbsp; The resulting matrices are totally different.&amp;nbsp; Does anyone know what the difference is between the covariance matrices that are produced?&amp;nbsp; I realize that the COVB after the reapeated statement produces both a model-based covariance matrix as well as the empiracal-based one, but I would have thought the COVB option on the model statement would have been the same.&amp;nbsp; The documentation doesn't make it clear how these are different.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2016 21:22:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Difference-between-COVB-in-genmod-s-model-statement-versus/m-p/258978#M13695</guid>
      <dc:creator>mlamias</dc:creator>
      <dc:date>2016-03-24T21:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between COVB in genmod's model statement versus repeated statement?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Difference-between-COVB-in-genmod-s-model-statement-versus/m-p/259001#M13696</link>
      <description>&lt;PRE&gt;
Just guess Maybe the type of correlation matrix is different .
Check option type=
 type=exch (exchangeable) OR Independent .
&lt;/PRE&gt;</description>
      <pubDate>Fri, 25 Mar 2016 01:01:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Difference-between-COVB-in-genmod-s-model-statement-versus/m-p/259001#M13696</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-03-25T01:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between COVB in genmod's model statement versus repeated statement?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Difference-between-COVB-in-genmod-s-model-statement-versus/m-p/259030#M13697</link>
      <description>&lt;P&gt;The doc does make it clear, but you might be looking in the worng place.&lt;/P&gt;
&lt;P&gt;On the model statment, the COVB option estimates the usual covariance of the parameters for the fixed effects. This is explained in the section on &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_genmod_details01.htm" target="_self"&gt;"Generalized Models Theory".&lt;/A&gt;&amp;nbsp; It is related to the Hessian (second derivative matrix) of the likelihood function.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For GEEs, you can also model the covariance between repeated measures for each subject. That matrix is explained in the section for &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_genmod_details29.htm" target="_self"&gt;"Generalized Estimating Equations."&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2016 10:10:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Difference-between-COVB-in-genmod-s-model-statement-versus/m-p/259030#M13697</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-03-25T10:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between COVB in genmod's model statement versus repeated statement?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Difference-between-COVB-in-genmod-s-model-statement-versus/m-p/259129#M13700</link>
      <description>&lt;P&gt;Perfect.&amp;nbsp; Thanks so much!&amp;nbsp; If I couldn't find this information under the COVB option in the genmod documenation, then no, the documenation didn't make it clear.&amp;nbsp; I'd ask that this information be added or at least hyperlinked to in the genmode documentation under the COVB options.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2016 19:21:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Difference-between-COVB-in-genmod-s-model-statement-versus/m-p/259129#M13700</guid>
      <dc:creator>mlamias</dc:creator>
      <dc:date>2016-03-25T19:21:28Z</dc:date>
    </item>
  </channel>
</rss>

