<?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 How do I use Proc Iclifetest to obtain a 95% bootstrap confidence interval? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-use-Proc-Iclifetest-to-obtain-a-95-bootstrap-confidence/m-p/252149#M13313</link>
    <description>&lt;P&gt;Hello, I am trying to use proc iclifetest statement to obtain&amp;nbsp;KM estimates and their 95% pointwise bootstrap confidence interval. I have already been able to obtain my KM estimates survival curve using proc lifetest. The problem is my code is not working based on the options given by SAS for proc iclifetest and there are no examples of using this procedure to obtain the bootstrap confidence interval, only specified options.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My code:&lt;/P&gt;&lt;P&gt;proc iclifetest data=A&amp;nbsp; bootstrap(nboot=500) (seed=0);&lt;BR /&gt;time survival*died(0);&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the code I used to produce my survival curve:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc lifetest data=A(where=(B&amp;lt;&amp;gt;'High')) plot=survival(cl cb=hw);&lt;BR /&gt;time survival*died(0);&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is appreciated. Thank you.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Feb 2016 19:03:52 GMT</pubDate>
    <dc:creator>ejulianne</dc:creator>
    <dc:date>2016-02-24T19:03:52Z</dc:date>
    <item>
      <title>How do I use Proc Iclifetest to obtain a 95% bootstrap confidence interval?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-use-Proc-Iclifetest-to-obtain-a-95-bootstrap-confidence/m-p/252149#M13313</link>
      <description>&lt;P&gt;Hello, I am trying to use proc iclifetest statement to obtain&amp;nbsp;KM estimates and their 95% pointwise bootstrap confidence interval. I have already been able to obtain my KM estimates survival curve using proc lifetest. The problem is my code is not working based on the options given by SAS for proc iclifetest and there are no examples of using this procedure to obtain the bootstrap confidence interval, only specified options.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My code:&lt;/P&gt;&lt;P&gt;proc iclifetest data=A&amp;nbsp; bootstrap(nboot=500) (seed=0);&lt;BR /&gt;time survival*died(0);&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the code I used to produce my survival curve:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc lifetest data=A(where=(B&amp;lt;&amp;gt;'High')) plot=survival(cl cb=hw);&lt;BR /&gt;time survival*died(0);&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is appreciated. Thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 19:03:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-use-Proc-Iclifetest-to-obtain-a-95-bootstrap-confidence/m-p/252149#M13313</guid>
      <dc:creator>ejulianne</dc:creator>
      <dc:date>2016-02-24T19:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: How do I use Proc Iclifetest to obtain a 95% bootstrap confidence interval?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-use-Proc-Iclifetest-to-obtain-a-95-bootstrap-confidence/m-p/252191#M13314</link>
      <description>&lt;P&gt;The &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_iclifetest_gettingstarted.htm" target="_self"&gt;Getting Started example &lt;/A&gt;from the procedure's documentation is worth reading.&lt;/P&gt;
&lt;P&gt;Put all bootstrap options inside the paentheses:&lt;/P&gt;
&lt;P&gt;proc iclifetest data=A&amp;nbsp; bootstrap(nboot=500 seed=123) plots=(survival);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The TIME statement requires that you specify two variables in parentheses:&lt;/P&gt;
&lt;P&gt;time (Left, Right);&lt;/P&gt;
&lt;P&gt;The first variable gives the left-hand bounds and the second variable gives the right-hand bounds of the interval for the event, with missing values used to represent censored values.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 20:12:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-use-Proc-Iclifetest-to-obtain-a-95-bootstrap-confidence/m-p/252191#M13314</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-02-24T20:12:41Z</dc:date>
    </item>
  </channel>
</rss>

