<?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: Simulating survival data in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Simulating-survival-data/m-p/232289#M54695</link>
    <description>&lt;P&gt;Yes,&amp;nbsp;&lt;SPAN&gt;to simulate&amp;nbsp;the multinomial logistic regression model is part of the problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A reference: Watkins, Vasnev &amp;amp; Gerlach, Multiple Event Incidence and Duration Analysis for Credit Data Incorporating Non-Stochastic Loan Maturity, Journal of Applied Econometrics, 29: 627–648 (2014).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
    <pubDate>Thu, 29 Oct 2015 18:04:34 GMT</pubDate>
    <dc:creator>MFK</dc:creator>
    <dc:date>2015-10-29T18:04:34Z</dc:date>
    <item>
      <title>Simulating survival data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Simulating-survival-data/m-p/231974#M54648</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to demonstrate discrete time hazard models with competing risks to my students by simulating survival data with time-dependent covariates. I also want to experiment with different variable selection approaches.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Most of the literature on this topic seems to be based on continuous time Cox PH assumptions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any SAS/IML or DATA STEP code will be much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;MFK&lt;/P&gt;&lt;P&gt;"One page of well written code is more valuable than hundred pages of explanation" Source: Unknown.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2015 12:31:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Simulating-survival-data/m-p/231974#M54648</guid>
      <dc:creator>MFK</dc:creator>
      <dc:date>2015-10-28T12:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Simulating survival data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Simulating-survival-data/m-p/232034#M54656</link>
      <description>&lt;P&gt;I'm not sure what you mean by a discrete time model. Reference or example? Do you&amp;nbsp;want to use&amp;nbsp;a (Markov) transition matrix to iterate from one time step to the next, or do you have something else in mind?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Chapter 12 of &lt;A href="http://support.sas.com/publishing/authors/wicklin.html" target="_self"&gt;&lt;EM&gt;Simulating Data with SAS&lt;/EM&gt;&lt;/A&gt; has a section on survival analysis models. As you say, most simulation studies focus on a Cox regression model where the survival times are exponential or Weibull distributed.&amp;nbsp; Bender, Augustin, and Blettner (2005, p. 1715) discuss "how survival times can be generated to simulate...Cox models ..with any non-zero baseline hazard rates," but they are still using continuous time.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2015 15:25:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Simulating-survival-data/m-p/232034#M54656</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2015-10-28T15:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Simulating survival data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Simulating-survival-data/m-p/232113#M54669</link>
      <description>&lt;P&gt;&lt;SPAN style="line-height: 20px;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="line-height: 20px;"&gt;&amp;nbsp;you have survival data on a portfolio of loans where some of the loans prepayed, some loans defaulted, some of the loans are current (or censored), but a large proportion of the loans ran their full term. In addition to this you assume that you also have data on time-dependent covariates. Then you can&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="line-height: 20px;"&gt;fit a discrete time competing risks (multinomial logistic regression) model to estimate the cause-specific hazard functions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My problem is, I don't have survival data and would like to simulate data and then fit the above model to&amp;nbsp;show that the data generating model can be "extracted".&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2015 19:33:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Simulating-survival-data/m-p/232113#M54669</guid>
      <dc:creator>MFK</dc:creator>
      <dc:date>2015-10-28T19:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Simulating survival data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Simulating-survival-data/m-p/232237#M54690</link>
      <description>&lt;P&gt;The reason I suggested that you supply a reference is because a reference will often write down the theoretical assumptions that underlie the statistical model.&amp;nbsp; When you simulate data, you are pulling a random sample from a specified population&amp;nbsp;model.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you already know how to simulate&amp;nbsp;the multinomial logistic regression model, which you mentioned in your response, or is that part of the problem?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2015 15:46:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Simulating-survival-data/m-p/232237#M54690</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2015-10-29T15:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Simulating survival data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Simulating-survival-data/m-p/232289#M54695</link>
      <description>&lt;P&gt;Yes,&amp;nbsp;&lt;SPAN&gt;to simulate&amp;nbsp;the multinomial logistic regression model is part of the problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A reference: Watkins, Vasnev &amp;amp; Gerlach, Multiple Event Incidence and Duration Analysis for Credit Data Incorporating Non-Stochastic Loan Maturity, Journal of Applied Econometrics, 29: 627–648 (2014).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2015 18:04:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Simulating-survival-data/m-p/232289#M54695</guid>
      <dc:creator>MFK</dc:creator>
      <dc:date>2015-10-29T18:04:34Z</dc:date>
    </item>
  </channel>
</rss>

