<?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: Proc Lifetest: Getting Confidence Interval (CI) for a specific percentile, not 25%, 50%, 75% quartiles in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Lifetest-Getting-Confidence-Interval-CI-for-a-specific/m-p/151769#M7966</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I am ok with getting the time point closest to 10th percentile.&amp;nbsp; In the above example, it will be DUR=13.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I need to calculate the 95% CI of that DUR=13.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another example from SAS (&lt;A href="http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_lifetest_sect002.htm"&gt;http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_lifetest_sect002.htm&lt;/A&gt;).&amp;nbsp; On this link, you will find the Quartile Estimates,&amp;nbsp; The quartiles 25%, 50% and 75% are given in proc lifestest (see below on print screen).&amp;nbsp;&amp;nbsp; But if I want the 10th percentile, how can I get the associated 95% CI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="KM quartiles estimates.jpg" class="jive-image-thumbnail jive-image" height="399" src="https://communities.sas.com/legacyfs/online/9002_KM quartiles estimates.jpg" width="802" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Feb 2015 20:54:37 GMT</pubDate>
    <dc:creator>NancyForget</dc:creator>
    <dc:date>2015-02-03T20:54:37Z</dc:date>
    <item>
      <title>Proc Lifetest: Getting Confidence Interval (CI) for a specific percentile, not 25%, 50%, 75% quartiles</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Lifetest-Getting-Confidence-Interval-CI-for-a-specific/m-p/151767#M7964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually for Kaplan-Meier estimates, the client is interested of having the 25%, 50% and 75% quartiles for survival estimates.&amp;nbsp; Now the client would like to have also the 10% percentile, since we don’t have enough events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In proc lifetest, we can easily retrieve the 25%, 50% and 75% quartiles with the associated Confidence Interval (CI).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Does anyone know how to get the CI for another percentile, let’s say 10%?&amp;nbsp; From outsurv dataset, we can easily pull out the 10&lt;SUP&gt;th &lt;/SUP&gt;percentile but not the associated CI to that value.&amp;nbsp; I do not want the CI for the curve, but the CI associated to the 10th percentile value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;OBS&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;DUR&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;_CENSOR_&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;SURVIVAL&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;SDF_LCL&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;SDF_UCL&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;.&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1.000000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1.00000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1.00000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;8&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0.920000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0.71639&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0.97937&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;13&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0.880000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;0.67256&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;0.95964&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;18&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0.840000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0.62806&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0.93673&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;23&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0.800000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0.58445&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0.91146&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;6&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;52&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0.760000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0.54205&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0.88428&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;7&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;63&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0.680000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0.46093&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0.82527&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;8&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;70&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0.640000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0.42215&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0.79378&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So here's the 10th percentile is DUR=13 (using loglog).&amp;nbsp;&amp;nbsp;&amp;nbsp; So how do we get the CI associated to DUR=13?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually proc lifestest gives the 25%, 50% and 75% percentile automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 19:33:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Lifetest-Getting-Confidence-Interval-CI-for-a-specific/m-p/151767#M7964</guid>
      <dc:creator>NancyForget</dc:creator>
      <dc:date>2015-02-03T19:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Lifetest: Getting Confidence Interval (CI) for a specific percentile, not 25%, 50%, 75% quartiles</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Lifetest-Getting-Confidence-Interval-CI-for-a-specific/m-p/151768#M7965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You only have estimates for time points that you have. &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Usually estimates are reported for specific time points, not percentiles. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That being said the usual protocol is to pick the time closes to the time of interest and use that as the estimate which is in line with the step curve nature of KM estimates.&amp;nbsp; Extending that to percentiles, pick the time point that's closest to 10th percentile and use that.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 20:30:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Lifetest-Getting-Confidence-Interval-CI-for-a-specific/m-p/151768#M7965</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-02-03T20:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Lifetest: Getting Confidence Interval (CI) for a specific percentile, not 25%, 50%, 75% quartiles</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Lifetest-Getting-Confidence-Interval-CI-for-a-specific/m-p/151769#M7966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I am ok with getting the time point closest to 10th percentile.&amp;nbsp; In the above example, it will be DUR=13.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I need to calculate the 95% CI of that DUR=13.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another example from SAS (&lt;A href="http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_lifetest_sect002.htm"&gt;http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_lifetest_sect002.htm&lt;/A&gt;).&amp;nbsp; On this link, you will find the Quartile Estimates,&amp;nbsp; The quartiles 25%, 50% and 75% are given in proc lifestest (see below on print screen).&amp;nbsp;&amp;nbsp; But if I want the 10th percentile, how can I get the associated 95% CI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="KM quartiles estimates.jpg" class="jive-image-thumbnail jive-image" height="399" src="https://communities.sas.com/legacyfs/online/9002_KM quartiles estimates.jpg" width="802" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 20:54:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Lifetest-Getting-Confidence-Interval-CI-for-a-specific/m-p/151769#M7966</guid>
      <dc:creator>NancyForget</dc:creator>
      <dc:date>2015-02-03T20:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Lifetest: Getting Confidence Interval (CI) for a specific percentile, not 25%, 50%, 75% quartiles</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Lifetest-Getting-Confidence-Interval-CI-for-a-specific/m-p/151770#M7967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the outsurv dataset?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 21:25:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Lifetest-Getting-Confidence-Interval-CI-for-a-specific/m-p/151770#M7967</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-02-03T21:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Lifetest: Getting Confidence Interval (CI) for a specific percentile, not 25%, 50%, 75% quartiles</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Lifetest-Getting-Confidence-Interval-CI-for-a-specific/m-p/151771#M7968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The oursurv gives the CI of the curve, not the CI of the percentile.&amp;nbsp; For example, on this print screen below, the 10th percentile is AVAL=4.&amp;nbsp; The SDF_LCL and SDF_UCL is the CI of the survival estimate (here 0.8947368421) and not the CI of AVAL=4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking for the CI of the percentile, not the curve.&amp;nbsp; Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="outsur v.jpg" class="jive-image-thumbnail jive-image" height="171" src="https://communities.sas.com/legacyfs/online/9005_outsur v.jpg" width="677" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 21:41:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Lifetest-Getting-Confidence-Interval-CI-for-a-specific/m-p/151771#M7968</guid>
      <dc:creator>NancyForget</dc:creator>
      <dc:date>2015-02-03T21:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Lifetest: Getting Confidence Interval (CI) for a specific percentile, not 25%, 50%, 75% quartiles</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Lifetest-Getting-Confidence-Interval-CI-for-a-specific/m-p/151772#M7969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, you want a CI on the survival time, the 10th percentile of the time of survival. &lt;/P&gt;&lt;P&gt;Your first sentence says survival estimates but those are time points not survival function estimates therefore my confusion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is the description of what you're looking for and I *think* it has to be calculated manually &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://communities.sas.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_lifetest_a0000000260.htm" title="http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_lifetest_a0000000260.htm"&gt;SAS/STAT(R) 9.2 User's Guide, Second Edition&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 23:51:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Lifetest-Getting-Confidence-Interval-CI-for-a-specific/m-p/151772#M7969</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-02-03T23:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Lifetest: Getting Confidence Interval (CI) for a specific percentile, not 25%, 50%, 75% quartiles</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Lifetest-Getting-Confidence-Interval-CI-for-a-specific/m-p/151773#M7970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont think you can get a CI of the percentile that is estimated by a non-parametric method like the KM-curve. That method is aiming on giving estimates and CI in terms of an interval around the curve, not an interval on the time-axis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A way to get an interval on the time axis is to use an accelarated failure model instead. Here you model the time to event by assuming some parametric distribution on the time-to-event. See the documentation for PROC LIFEREG. For example, if you assume a weibull distribution on the time-to event, you can then find an analytic expression for the 10th percent percentile. Then you can plug in the confidence limits of the parameters into that expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 08:54:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Lifetest-Getting-Confidence-Interval-CI-for-a-specific/m-p/151773#M7970</guid>
      <dc:creator>JacobSimonsen</dc:creator>
      <dc:date>2015-02-04T08:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Lifetest: Getting Confidence Interval (CI) for a specific percentile, not 25%, 50%, 75% quartiles</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Lifetest-Getting-Confidence-Interval-CI-for-a-specific/m-p/151774#M7971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct.&amp;nbsp; Does anyone know how to calculate this manually?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 12:29:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Lifetest-Getting-Confidence-Interval-CI-for-a-specific/m-p/151774#M7971</guid>
      <dc:creator>NancyForget</dc:creator>
      <dc:date>2015-02-04T12:29:43Z</dc:date>
    </item>
  </channel>
</rss>

