<?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: Two Sources of Dependence With GEE? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Two-Sources-of-Dependence-With-GEE/m-p/72895#M3509</link>
    <description>It sounds like you just need to use events/trials syntax and then specify institutions as the SUBJECT= effect indicating that the sets of trials are correlated within institutions.  The data would contain one observation for each quarter.  For example, if you assume an AR correlation structure across quarters:&lt;BR /&gt;
&lt;BR /&gt;
proc genmod&lt;BR /&gt;
  class instID quarter group;&lt;BR /&gt;
  model NumPos / NumSubj = group;&lt;BR /&gt;
  repeated subject=instID / type=AR within=quarter;&lt;BR /&gt;
  run;</description>
    <pubDate>Thu, 08 Apr 2010 14:30:48 GMT</pubDate>
    <dc:creator>StatDave</dc:creator>
    <dc:date>2010-04-08T14:30:48Z</dc:date>
    <item>
      <title>Two Sources of Dependence With GEE?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Two-Sources-of-Dependence-With-GEE/m-p/72894#M3508</link>
      <description>I have data from a study where institutions were randomized to an intervention or  control group.  The outcomes are in principal binary at the person-level but as the data came to me there is no person level ID or covariates -- all I have are the institution ID, group assignment,  and the number of individuals positive for a condition and the total number of individuals -- basically the raw material for the events/trials syntax.  One additional feature is that following randomization data was collected quaterly for eight quarters.&lt;BR /&gt;
&lt;BR /&gt;
Is it possible to use Genmod with GEE to account for two sources of dependency -- i.e. dependency induced by individuals being in the same instution in the same time period, and the association within an institution accross time periods?</description>
      <pubDate>Wed, 31 Mar 2010 21:53:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Two-Sources-of-Dependence-With-GEE/m-p/72894#M3508</guid>
      <dc:creator>BISTGP</dc:creator>
      <dc:date>2010-03-31T21:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Two Sources of Dependence With GEE?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Two-Sources-of-Dependence-With-GEE/m-p/72895#M3509</link>
      <description>It sounds like you just need to use events/trials syntax and then specify institutions as the SUBJECT= effect indicating that the sets of trials are correlated within institutions.  The data would contain one observation for each quarter.  For example, if you assume an AR correlation structure across quarters:&lt;BR /&gt;
&lt;BR /&gt;
proc genmod&lt;BR /&gt;
  class instID quarter group;&lt;BR /&gt;
  model NumPos / NumSubj = group;&lt;BR /&gt;
  repeated subject=instID / type=AR within=quarter;&lt;BR /&gt;
  run;</description>
      <pubDate>Thu, 08 Apr 2010 14:30:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Two-Sources-of-Dependence-With-GEE/m-p/72895#M3509</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2010-04-08T14:30:48Z</dc:date>
    </item>
  </channel>
</rss>

