<?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 How to conduct competing-risk based on proc surveyphreg using sas 9.4 in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-conduct-competing-risk-based-on-proc-surveyphreg-using/m-p/825400#M40892</link>
    <description>&lt;P&gt;proc surveyphreg data= data varmethod = TAYLOR;&lt;BR /&gt;strata SDMVSTRA;&lt;BR /&gt;cluster SDMVPSU;&lt;BR /&gt;weight weight6;&lt;BR /&gt;model PERMTH_int*dead(0) =CLASS4/ eventcode=1 rl;&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Jul 2022 07:46:49 GMT</pubDate>
    <dc:creator>yuzheng20</dc:creator>
    <dc:date>2022-07-26T07:46:49Z</dc:date>
    <item>
      <title>How to conduct competing-risk based on proc surveyphreg using sas 9.4</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-conduct-competing-risk-based-on-proc-surveyphreg-using/m-p/825400#M40892</link>
      <description>&lt;P&gt;proc surveyphreg data= data varmethod = TAYLOR;&lt;BR /&gt;strata SDMVSTRA;&lt;BR /&gt;cluster SDMVPSU;&lt;BR /&gt;weight weight6;&lt;BR /&gt;model PERMTH_int*dead(0) =CLASS4/ eventcode=1 rl;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 07:46:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-conduct-competing-risk-based-on-proc-surveyphreg-using/m-p/825400#M40892</guid>
      <dc:creator>yuzheng20</dc:creator>
      <dc:date>2022-07-26T07:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to conduct competing-risk based on proc surveyphreg using sas 9.4</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-conduct-competing-risk-based-on-proc-surveyphreg-using/m-p/825710#M40896</link>
      <description>I don't see an EVENTCODE option on the MODEL statement in PROC SURVEYPHREG.&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Jul 2022 15:51:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-conduct-competing-risk-based-on-proc-surveyphreg-using/m-p/825710#M40896</guid>
      <dc:creator>OsoGris</dc:creator>
      <dc:date>2022-07-27T15:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to conduct competing-risk based on proc surveyphreg using sas 9.4</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-conduct-competing-risk-based-on-proc-surveyphreg-using/m-p/887803#M43969</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&amp;nbsp;I am also wondering if there is a way in SAS to implement competing risk for survey data?&amp;nbsp; I will be working on survey data and there doesn't seem to be much information online.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 20:41:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-conduct-competing-risk-based-on-proc-surveyphreg-using/m-p/887803#M43969</guid>
      <dc:creator>PamG</dc:creator>
      <dc:date>2023-08-03T20:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to conduct competing-risk based on proc surveyphreg using sas 9.4</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-conduct-competing-risk-based-on-proc-surveyphreg-using/m-p/887831#M43971</link>
      <description>&lt;P&gt;unfortunately, PROC SURVEYPHREG does not have the EVENTCODE= option (like PROC PHREG does) to enable a competing risks analysis.&amp;nbsp; You could try using PHREG with a WEIGHT statement; the parameter estimates would be the same but not the standard errors as from SURVEYPHREG.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2023 06:08:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-conduct-competing-risk-based-on-proc-surveyphreg-using/m-p/887831#M43971</guid>
      <dc:creator>OsoGris</dc:creator>
      <dc:date>2023-08-04T06:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to conduct competing-risk based on proc surveyphreg using sas 9.4</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-conduct-competing-risk-based-on-proc-surveyphreg-using/m-p/952828#M47677</link>
      <description>&lt;P&gt;I also ran into your problem. Unfortunately, I conducted a search on the Internet and did not find a statistical method tailored for dealing with competing risks in complex survey data analysis. I did found a couple of papers dealing with competing risks in the setting of clustered data, but not complex survey data specifically. A recently published article on the comparison of the methods was also found: &lt;A href="https://bmcmedresmethodol.biomedcentral.com/articles/10.1186/s12874-023-01908-6" target="_blank"&gt;Systematic comparison of approaches to analyze clustered competing risks data | BMC Medical Research Methodology | Full Text&lt;/A&gt;. An R package is also available.&lt;/P&gt;
&lt;P&gt;I think a naive approach based on&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13540"&gt;@OsoGris&lt;/a&gt;'s suggestion might be of some help: apply the survey weights via the WEIGHT statement in the PHREG procedure and manually calculate the variance of the regression coefficients by the jackknife method by strictly following its work flow (i.e., (1) calculate the&amp;nbsp;regression coefficients on the entire sample at first, (2) delete a primary sampling unit in turn and adjust survey weights on the remaining sample, (3) calculate the&amp;nbsp;regression coefficients on each sample thus formed and (4) apply the formula of estimating variances via the jackknife method to obtain the final result). The process is lengthy but workable. The possibly only (and a big!) question underlying this procedure is the lack of theoretical support.&lt;/P&gt;
&lt;P&gt;Friends in this Community can also kindly offer their help if they have any ideas on this problem.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Dec 2024 09:34:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-conduct-competing-risk-based-on-proc-surveyphreg-using/m-p/952828#M47677</guid>
      <dc:creator>Season</dc:creator>
      <dc:date>2024-12-07T09:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to conduct competing-risk based on proc surveyphreg using sas 9.4</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-conduct-competing-risk-based-on-proc-surveyphreg-using/m-p/952841#M47678</link>
      <description>&lt;P&gt;Update on my reply: hours after posting this thread, I found not only that I could no longer&amp;nbsp; change its contents but also solutions to this problem.&lt;/P&gt;
&lt;P&gt;An insidious tactic of finding the solution lies in correctly specifying the keyword in the search engine. I used "competing risks" and virtually retrieved no result on my problem. However, when substituting the words for "cause-specific hazard", a subdomain of competing risks analysis, things worked.&lt;/P&gt;
&lt;P&gt;To summarize my finding, there is a research paper (&lt;A href="https://link.springer.com/article/10.1007/s10985-013-9258-4" target="_blank"&gt;Population-based absolute risk estimation with survey data | Lifetime Data Analysis&lt;/A&gt;) that discusses this issue. From the first sentence of its abstract (i.e., "Absolute risk is the probability that a cause-specific event occurs in a given time interval in the presence of competing events."), I came to know "absolute risk", a term whose meaning puzzled me before, could also serve as a keyword in search engines in this setting. I then found a book entitled&amp;nbsp;&lt;A href="https://www.amazon.com/Absolute-Risk-Applications-Management-Probability-ebook/dp/B08R15VVFZ/ref=sr_1_1?crid=2ZL93H8E0HHDP&amp;amp;dib=eyJ2IjoiMSJ9.tDL_YCr3GATjsLQI34bgIM35P1m_Me6kWRDJvdIXYVl05VjaxnvQjFmrirJQZLSdgCwRWYKoDeEsDZehYuyC-7EnXQmjx2X4X3OTk-RIK74I7J_-YmrI7VKGzfylaNLwwwk1T7cHuo1p_qtYVXLqceSwI6aDqPMtEzk4AXu4eQFl7LVJyaJnHsd2YH-jheyreZj9-N1Y19yH5cWK9yq3wGV7dsnhFeUrCKBvOWngzJo.Z7lVr6rpXbgSPPWYZh6FI3BbV2mya_B3HQ-M4mN97gs&amp;amp;dib_tag=se&amp;amp;keywords=absolute+risk&amp;amp;qid=1733584317&amp;amp;sprefix=absolute+risk%2Caps%2C413&amp;amp;sr=8-1" target="_blank"&gt;Absolute Risk: Methods and Applications in Clinical Management and Public Health (Chapman &amp;amp; Hall/CRC Monographs on Statistics and Applied Probability Book 154), Pfeiffer, Ruth M., Gail, Mitchell H., eBook - Amazon.com&lt;/A&gt;, whose cover contained a picture depicting competing risks. It was exciting to find in the book that the intersection of complex survey data analysis and competing risks modeling was introduced as a few sections in this book, including an independent section on variance estimation. You- and of course, I- can refer to it for more details.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Dec 2024 15:42:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-conduct-competing-risk-based-on-proc-surveyphreg-using/m-p/952841#M47678</guid>
      <dc:creator>Season</dc:creator>
      <dc:date>2024-12-07T15:42:37Z</dc:date>
    </item>
  </channel>
</rss>

