<?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 Competing risk with time dependent covariates in SAS Software for Learning Community</title>
    <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Competing-risk-with-time-dependent-covariates/m-p/847703#M845</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;How can I do a competing risk analysis with some time dependent covariates?&lt;/P&gt;&lt;P&gt;can you help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Dec 2022 02:11:23 GMT</pubDate>
    <dc:creator>arezoo</dc:creator>
    <dc:date>2022-12-05T02:11:23Z</dc:date>
    <item>
      <title>Competing risk with time dependent covariates</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Competing-risk-with-time-dependent-covariates/m-p/847703#M845</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;How can I do a competing risk analysis with some time dependent covariates?&lt;/P&gt;&lt;P&gt;can you help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2022 02:11:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Competing-risk-with-time-dependent-covariates/m-p/847703#M845</guid>
      <dc:creator>arezoo</dc:creator>
      <dc:date>2022-12-05T02:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Competing risk with time dependent covariates</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Competing-risk-with-time-dependent-covariates/m-p/848256#M852</link>
      <description>&lt;P&gt;Yes, I'd be happy to help you with your question. A competing risk analysis is used to study the impact of one or more risks on an outcome of interest, taking into account the presence of other risks that may affect the outcome. In SAS, you can use the &lt;CODE&gt;CRCPHREG&lt;/CODE&gt; procedure to perform a competing risk analysis with time-dependent covariates.&lt;/P&gt;
&lt;P&gt;To use the &lt;CODE&gt;CRCPHREG&lt;/CODE&gt; procedure, you will need to have your data organized in a specific way. First, you will need a variable that identifies each subject in your study. You will also need a time-variable that indicates the time at which the event of interest occurred or was censored. You will also need to have a variable that indicates the event type (e.g. the specific competing risk that occurred) and a variable that indicates whether the event was observed or censored.&lt;/P&gt;
&lt;P&gt;Once you have your data organized in this way, you can use the &lt;CODE&gt;CRCPHREG&lt;/CODE&gt; procedure to fit a competing risk model. Here is an example of how you might do this in SAS:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC CRCPHREG DATA=mydata;
  MODEL event_time*event_type(0)=covariates;
RUN;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;In this example, &lt;CODE&gt;event_time&lt;/CODE&gt; is the time-variable, &lt;CODE&gt;event_type&lt;/CODE&gt; is the variable indicating the event type, and &lt;CODE&gt;covariates&lt;/CODE&gt; is a list of the covariates that you want to include in the model.&lt;/P&gt;
&lt;P&gt;I hope this helps! If you have any other questions, please let me know.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2022 01:54:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Competing-risk-with-time-dependent-covariates/m-p/848256#M852</guid>
      <dc:creator>webart999ARM</dc:creator>
      <dc:date>2022-12-07T01:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Competing risk with time dependent covariates</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Competing-risk-with-time-dependent-covariates/m-p/848679#M853</link>
      <description>&lt;P&gt;Thanks for your quick reply. Actually, I wanted to know more about this command because I read an article about competing risks with time-dependent covariates and realized that there is some hesitation in doing this analysis. So it is better for me to know the details of this command. I surfed the net but unfortunately, I couldn't find anything about this command. Can you please help me again?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2022 02:19:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Competing-risk-with-time-dependent-covariates/m-p/848679#M853</guid>
      <dc:creator>arezoo</dc:creator>
      <dc:date>2022-12-09T02:19:17Z</dc:date>
    </item>
  </channel>
</rss>

