<?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: Correlated Data with PHREG? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Correlated-Data-with-PHREG/m-p/506588#M26029</link>
    <description>&lt;P&gt;For correlated data, you would use ID statement.&lt;/P&gt;&lt;P&gt;See:&amp;nbsp; &lt;A href="https://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_phreg_sect056.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_phreg_sect056.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When the proportional hazards assumption is not met, you would use STRATA statement.&lt;/P&gt;&lt;P&gt;See:&amp;nbsp;&lt;A href="https://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_phreg_sect019.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_phreg_sect019.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cibmtr.org/meetings/materials/crpdmc/documents/2010/feb2010/loganb_coxproportion1.pdf" target="_blank"&gt;https://www.cibmtr.org/meetings/materials/crpdmc/documents/2010/feb2010/loganb_coxproportion1.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;(page 7)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Oct 2018 19:38:27 GMT</pubDate>
    <dc:creator>tamhane</dc:creator>
    <dc:date>2018-10-22T19:38:27Z</dc:date>
    <item>
      <title>Correlated Data with PHREG?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Correlated-Data-with-PHREG/m-p/485279#M25153</link>
      <description>&lt;P&gt;I am trying to analyze correlated data with PHREG. The clustering / grouping variable is drug class. What is the best way of getting accurate estimates?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OPTION A&lt;/P&gt;&lt;P&gt;proc phreg data = data covsandwich(aggregate);&lt;BR /&gt;class route (ref="0") drug_class / ref=first;&lt;BR /&gt;model follow_up_time*discontinued(0) = drug_age route / rl=both;&lt;BR /&gt;&lt;STRONG&gt;id drug_class;&lt;/STRONG&gt;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OPTION B&lt;BR /&gt;proc phreg data = data covsandwich(aggregate);&lt;BR /&gt;class route (ref="0") drug_class / ref=first;&lt;BR /&gt;model follow_up_time*discontinued(0) = drug_age route /rl=both;&lt;BR /&gt;&lt;STRONG&gt;strata drug_class;&lt;/STRONG&gt;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In other words what is the difference between strata and ID when trying to account for correlated data?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 20:20:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Correlated-Data-with-PHREG/m-p/485279#M25153</guid>
      <dc:creator>aligator</dc:creator>
      <dc:date>2018-08-08T20:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Correlated Data with PHREG?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Correlated-Data-with-PHREG/m-p/506588#M26029</link>
      <description>&lt;P&gt;For correlated data, you would use ID statement.&lt;/P&gt;&lt;P&gt;See:&amp;nbsp; &lt;A href="https://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_phreg_sect056.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_phreg_sect056.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When the proportional hazards assumption is not met, you would use STRATA statement.&lt;/P&gt;&lt;P&gt;See:&amp;nbsp;&lt;A href="https://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_phreg_sect019.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_phreg_sect019.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cibmtr.org/meetings/materials/crpdmc/documents/2010/feb2010/loganb_coxproportion1.pdf" target="_blank"&gt;https://www.cibmtr.org/meetings/materials/crpdmc/documents/2010/feb2010/loganb_coxproportion1.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;(page 7)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 19:38:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Correlated-Data-with-PHREG/m-p/506588#M26029</guid>
      <dc:creator>tamhane</dc:creator>
      <dc:date>2018-10-22T19:38:27Z</dc:date>
    </item>
  </channel>
</rss>

