<?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: Brookmeyer and Crowley Confidence Intervals? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Brookmeyer-and-Crowley-Confidence-Intervals/m-p/601230#M29245</link>
    <description>&lt;P&gt;Thanks, Unison!&amp;nbsp; I will look into that as well!&lt;/P&gt;</description>
    <pubDate>Sun, 03 Nov 2019 14:12:15 GMT</pubDate>
    <dc:creator>daveconifer1</dc:creator>
    <dc:date>2019-11-03T14:12:15Z</dc:date>
    <item>
      <title>Brookmeyer and Crowley Confidence Intervals?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Brookmeyer-and-Crowley-Confidence-Intervals/m-p/601198#M29240</link>
      <description>&lt;P&gt;Does anybody know how to generate 95% Confidence Intervals "based on the Brookmeyer and Crowley method" ?&amp;nbsp; I'm programming a table that contains stats that come from PROC LIFETEST, so I was assuming (or maybe just hoping) that there's an ODS data set containing these.&amp;nbsp; I've never heard of Brookmeyer and Crowley CI's before, unfortunately.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...dave&lt;/P&gt;</description>
      <pubDate>Sun, 03 Nov 2019 03:00:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Brookmeyer-and-Crowley-Confidence-Intervals/m-p/601198#M29240</guid>
      <dc:creator>daveconifer1</dc:creator>
      <dc:date>2019-11-03T03:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Brookmeyer and Crowley Confidence Intervals?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Brookmeyer-and-Crowley-Confidence-Intervals/m-p/601226#M29243</link>
      <description>&lt;P&gt;According to: (page 33 of the PDF) &lt;A href="https://support.sas.com/documentation/onlinedoc/stat/142/lifetest.pdf" target="_blank" rel="noopener"&gt;https://support.sas.com/documentation/onlinedoc/stat/142/lifetest.pdf&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;"Brookmeyer and Crowley constructed the confidence interval for the median survival time based on the confidence interval for S(t)..."&lt;BR /&gt;This method is then extended to estimate any pth percentile. There are numerous options in the LIFETEST procedure but it looks like the confidence intervals for the quartile estimates use the extended Brookmeyer and Crowley method. The ODS table is called Quartiles. Below is a sample from the sas documentation:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods output Quartiles;
proc lifetest 
	data=sashelp.BMT 
	conftype=linear;

	time T * Status(0);

	strata Group / 
		test=logrank 
		adjust=sidak;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I just added the option CONFTYPE=LINEAR to see if this code would correspond to what was shown in the linked PDF above. If you run this code and compare observation 3 in the output to the table at the bottom of page 34 of the PDF, you'll see that the LIFETEST procedure uses the described methodology by default. It's up to you to determine which g-transformation (i.e. linear, logit, etc.) to use in generating these estimates.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-unison&lt;/P&gt;</description>
      <pubDate>Sun, 03 Nov 2019 14:11:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Brookmeyer-and-Crowley-Confidence-Intervals/m-p/601226#M29243</guid>
      <dc:creator>unison</dc:creator>
      <dc:date>2019-11-03T14:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Brookmeyer and Crowley Confidence Intervals?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Brookmeyer-and-Crowley-Confidence-Intervals/m-p/601227#M29244</link>
      <description>&lt;P&gt;I found a macro online which actually calculates these things when passed a standard TTE data set.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Written by Xiao Chen, it ran flawlessly.&amp;nbsp; I passed the results to the statistician on my project and will report his comments back here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://stats.idre.ucla.edu/sas/examples/asa2/applied-survival-analysis-by-hosmer-lemeshow-and-maychapter-5-model-development/" target="_self"&gt;https://stats.idre.ucla.edu/sas/examples/asa2/applied-survival-analysis-by-hosmer-lemeshow-and-maychapter-5-model-development/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Brookmeyer-Crowley 95% Confidence Interval&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Lower Upper&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;newgroup total Estimate&amp;nbsp; Limit&amp;nbsp; &amp;nbsp;Limit&amp;nbsp; &amp;nbsp; &amp;nbsp; bc_lower&amp;nbsp; &amp;nbsp;bc_upper&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp; &amp;nbsp; 88&amp;nbsp; &amp;nbsp; 155.000&amp;nbsp; 154.000 156.000&amp;nbsp; &amp;nbsp; &amp;nbsp;154 &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp;2&amp;nbsp; &amp;nbsp; &amp;nbsp;175&amp;nbsp; &amp;nbsp; 120.000&amp;nbsp; 115.000 121.000&amp;nbsp; &amp;nbsp; &amp;nbsp;115 &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp;3&amp;nbsp; &amp;nbsp; &amp;nbsp; 70&amp;nbsp; &amp;nbsp; &amp;nbsp;99.000&amp;nbsp; 75.000 155.000&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;75&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;130 &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp;4&amp;nbsp; &amp;nbsp; &amp;nbsp;194&amp;nbsp; &amp;nbsp; 121.000&amp;nbsp; 117.000 121.000&amp;nbsp; &amp;nbsp; &amp;nbsp;117&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Nov 2019 14:10:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Brookmeyer-and-Crowley-Confidence-Intervals/m-p/601227#M29244</guid>
      <dc:creator>daveconifer1</dc:creator>
      <dc:date>2019-11-03T14:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Brookmeyer and Crowley Confidence Intervals?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Brookmeyer-and-Crowley-Confidence-Intervals/m-p/601230#M29245</link>
      <description>&lt;P&gt;Thanks, Unison!&amp;nbsp; I will look into that as well!&lt;/P&gt;</description>
      <pubDate>Sun, 03 Nov 2019 14:12:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Brookmeyer-and-Crowley-Confidence-Intervals/m-p/601230#M29245</guid>
      <dc:creator>daveconifer1</dc:creator>
      <dc:date>2019-11-03T14:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Brookmeyer and Crowley Confidence Intervals?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Brookmeyer-and-Crowley-Confidence-Intervals/m-p/601231#M29246</link>
      <description>&lt;P&gt;That's great, Dave. Looking forward to it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best of luck!&lt;/P&gt;</description>
      <pubDate>Sun, 03 Nov 2019 14:12:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Brookmeyer-and-Crowley-Confidence-Intervals/m-p/601231#M29246</guid>
      <dc:creator>unison</dc:creator>
      <dc:date>2019-11-03T14:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Brookmeyer and Crowley Confidence Intervals?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Brookmeyer-and-Crowley-Confidence-Intervals/m-p/601237#M29247</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/297982"&gt;@daveconifer1&lt;/a&gt;&amp;nbsp;and welcome to the SAS Support Communities!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've just seen that&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/270457"&gt;@unison&lt;/a&gt;&amp;nbsp;was faster in answering your question (while I was writing the text below), so this is rather a confirmation of what he has written ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As far as I know, this refers to the 1982 article by R. Brookmeyer and J. Crowley "A Confidence Interval for the Median Survival Time" in &lt;EM&gt;Biometrics&lt;/EM&gt; (see the &lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_lifetest_references.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=de#statug_lifetestbroo_r82" target="_blank" rel="noopener"&gt;reference in the PROC LIFETEST documentation&lt;/A&gt;). This confidence interval (and the corresponding CIs for the other two quartiles) are available in &lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_lifetest_details73.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=de" target="_blank" rel="noopener"&gt;ODS table&lt;/A&gt; &lt;FONT face="courier new,courier"&gt;Quartiles&lt;/FONT&gt;&amp;nbsp;of PROC LIFETEST.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think for the original CI as per Brookmeyer and Crowley you need to specify the option &lt;FONT face="courier new,courier"&gt;CONFTYPE=&lt;STRONG&gt;LINEAR&lt;/STRONG&gt;&lt;/FONT&gt; in the PROC LIFETEST statement because the default has been changed to &lt;FONT face="courier new,courier"&gt;CONFTYPE=LOGLOG&lt;/FONT&gt; in SAS version 9.1, but this is rather based on a generalization of the original CI. The formula and more details can be found in section &lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_lifetest_details03.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=de" target="_blank" rel="noopener"&gt;"Breslow, Fleming-Harrington, and Kaplan-Meier Methods"&lt;/A&gt; of the PROC LIFETEST documentation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note (in the procedure output "Quartile Estimates") that the upper confidence limit is not included in the interval, which can be easily overlooked when only the ODS output dataset is used.&lt;/P&gt;</description>
      <pubDate>Sun, 03 Nov 2019 14:36:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Brookmeyer-and-Crowley-Confidence-Intervals/m-p/601237#M29247</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2019-11-03T14:36:08Z</dc:date>
    </item>
  </channel>
</rss>

