<?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 baseline Survival function for both events and censored observation in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/baseline-Survival-function-for-both-events-and-censored/m-p/105394#M291550</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The following code gives me the estimated survival function for just the events, How can I get the baseline survival for both events and censored observation.&lt;/P&gt;&lt;P&gt;I need the estimated baseline survival'&lt;/P&gt;&lt;P&gt;proc phreg data=ph;&lt;/P&gt;&lt;P&gt;model zz*status(0)=x1/RL TIES=EFRON;&lt;/P&gt;&lt;P&gt;baseline out=survs survival=s;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Feb 2013 17:12:46 GMT</pubDate>
    <dc:creator>desireatem</dc:creator>
    <dc:date>2013-02-11T17:12:46Z</dc:date>
    <item>
      <title>baseline Survival function for both events and censored observation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/baseline-Survival-function-for-both-events-and-censored/m-p/105394#M291550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The following code gives me the estimated survival function for just the events, How can I get the baseline survival for both events and censored observation.&lt;/P&gt;&lt;P&gt;I need the estimated baseline survival'&lt;/P&gt;&lt;P&gt;proc phreg data=ph;&lt;/P&gt;&lt;P&gt;model zz*status(0)=x1/RL TIES=EFRON;&lt;/P&gt;&lt;P&gt;baseline out=survs survival=s;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 17:12:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/baseline-Survival-function-for-both-events-and-censored/m-p/105394#M291550</guid>
      <dc:creator>desireatem</dc:creator>
      <dc:date>2013-02-11T17:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: baseline Survival function for both events and censored observation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/baseline-Survival-function-for-both-events-and-censored/m-p/105395#M291551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think both censored and event have the same baseline estimates based on the cox model.&lt;/P&gt;&lt;P&gt;The baseline function just happens to give estimates at event times, rather than censored times. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can specify the timelist option if you want the estimate for specific time intervals instead of event times.&lt;/P&gt;&lt;P&gt;Check the documentation on how to specify the time list for baseline. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 17:46:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/baseline-Survival-function-for-both-events-and-censored/m-p/105395#M291551</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-02-11T17:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: baseline Survival function for both events and censored observation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/baseline-Survival-function-for-both-events-and-censored/m-p/105396#M291552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wish to have the survival probability of both censored and events as Stata does&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 17:56:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/baseline-Survival-function-for-both-events-and-censored/m-p/105396#M291552</guid>
      <dc:creator>desireatem</dc:creator>
      <dc:date>2013-02-11T17:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: baseline Survival function for both events and censored observation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/baseline-Survival-function-for-both-events-and-censored/m-p/105397#M291553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm fairly certain that the baseline should be the same for censored and uncensored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you provide sample stata code that you want converted or preferably a link to their documentation that show how it is calculated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 18:03:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/baseline-Survival-function-for-both-events-and-censored/m-p/105397#M291553</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-02-11T18:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: baseline Survival function for both events and censored observation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/baseline-Survival-function-for-both-events-and-censored/m-p/105398#M291554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just read the stata document, ignore my previous statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 18:58:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/baseline-Survival-function-for-both-events-and-censored/m-p/105398#M291554</guid>
      <dc:creator>desireatem</dc:creator>
      <dc:date>2013-02-11T18:58:20Z</dc:date>
    </item>
  </channel>
</rss>

