<?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 Confidence interval of survival probabilities when only time and survival data are available in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Confidence-interval-of-survival-probabilities-when-only-time-and/m-p/444218#M69368</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a data with the Time and Survival variables. I am wondering how I can calculate the 95% confidence interval of the Survival probabilities. I found this in Excel ( &lt;A href="http://www.real-statistics.com/survival-analysis/kaplan-meier-procedure/confidence-interval-for-the-survival-function/" rel="nofollow noopener" target="_blank"&gt;http://www.real-statistics.com/survival-analysis/kaplan-meier-procedure/confidence-interval-for-the-survival-function/&lt;/A&gt;), but I am curious if it can be done with&amp;nbsp;SAS in an easier way?&lt;/P&gt;&lt;P&gt;My data looks like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Time Survival&lt;BR /&gt;0 1&lt;BR /&gt;1 0.99212&lt;BR /&gt;2 0.93231&lt;BR /&gt;3 0.91655&lt;BR /&gt;4 0.96456&lt;BR /&gt;…&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;gib&lt;/P&gt;</description>
    <pubDate>Fri, 09 Mar 2018 19:17:27 GMT</pubDate>
    <dc:creator>Gib</dc:creator>
    <dc:date>2018-03-09T19:17:27Z</dc:date>
    <item>
      <title>Confidence interval of survival probabilities when only time and survival data are available</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Confidence-interval-of-survival-probabilities-when-only-time-and/m-p/444218#M69368</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a data with the Time and Survival variables. I am wondering how I can calculate the 95% confidence interval of the Survival probabilities. I found this in Excel ( &lt;A href="http://www.real-statistics.com/survival-analysis/kaplan-meier-procedure/confidence-interval-for-the-survival-function/" rel="nofollow noopener" target="_blank"&gt;http://www.real-statistics.com/survival-analysis/kaplan-meier-procedure/confidence-interval-for-the-survival-function/&lt;/A&gt;), but I am curious if it can be done with&amp;nbsp;SAS in an easier way?&lt;/P&gt;&lt;P&gt;My data looks like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Time Survival&lt;BR /&gt;0 1&lt;BR /&gt;1 0.99212&lt;BR /&gt;2 0.93231&lt;BR /&gt;3 0.91655&lt;BR /&gt;4 0.96456&lt;BR /&gt;…&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;gib&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2018 19:17:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Confidence-interval-of-survival-probabilities-when-only-time-and/m-p/444218#M69368</guid>
      <dc:creator>Gib</dc:creator>
      <dc:date>2018-03-09T19:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Confidence interval of survival probabilities when only time and survival data are available</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Confidence-interval-of-survival-probabilities-when-only-time-and/m-p/444268#M69371</link>
      <description>&lt;P&gt;If you're using PROC LIFETEST then you can use the SURVOUT option on PROC LIFETEST. This will output a dataset with the KM estimates and the confidence intervals. There's similar options if you're using LIFEREG or PHREG procedures.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_lifetest_details34.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_lifetest_details34.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/192227"&gt;@Gib&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a data with the Time and Survival variables. I am wondering how I can calculate the 95% confidence interval of the Survival probabilities. I found this in Excel ( &lt;A href="http://www.real-statistics.com/survival-analysis/kaplan-meier-procedure/confidence-interval-for-the-survival-function/" target="_blank" rel="nofollow noopener"&gt;http://www.real-statistics.com/survival-analysis/kaplan-meier-procedure/confidence-interval-for-the-survival-function/&lt;/A&gt;), but I am curious if it can be done with&amp;nbsp;SAS in an easier way?&lt;/P&gt;
&lt;P&gt;My data looks like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Time Survival&lt;BR /&gt;0 1&lt;BR /&gt;1 0.99212&lt;BR /&gt;2 0.93231&lt;BR /&gt;3 0.91655&lt;BR /&gt;4 0.96456&lt;BR /&gt;…&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;gib&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2018 21:02:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Confidence-interval-of-survival-probabilities-when-only-time-and/m-p/444268#M69371</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-03-09T21:02:15Z</dc:date>
    </item>
  </channel>
</rss>

