<?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 Survival function confidence interval prediction following PROC LIFEREG with Weibull distribution in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Survival-function-confidence-interval-prediction-following-PROC/m-p/923407#M45905</link>
    <description>&lt;PRE&gt;proc lifereg data = d202_raw order = formatted;
format x1 x2 x3 x4 x5 grpfmt.;
class x2 x3 x4;
model time*censor(0) = x1 x2 x3 x4 x5 / distribution = weibull;
run;&lt;/PRE&gt;
&lt;P&gt;The PROC LIFEREG procedure does tell me the coefficients for variables and the Weibull shape. However, now I would like to draw the survival function curve with a confidence interval. The point estimation is easy to figure out by inputting the point estimations of these variables and the Weibull shape parameter. However, how to figure out the confidence interval of the survival curve? Hitherto, I only used the lower and upper limits of the Weibull shape parameter to do so. Much appreciated.&lt;/P&gt;</description>
    <pubDate>Mon, 08 Apr 2024 14:30:44 GMT</pubDate>
    <dc:creator>TomHsiung</dc:creator>
    <dc:date>2024-04-08T14:30:44Z</dc:date>
    <item>
      <title>Survival function confidence interval prediction following PROC LIFEREG with Weibull distribution</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Survival-function-confidence-interval-prediction-following-PROC/m-p/923407#M45905</link>
      <description>&lt;PRE&gt;proc lifereg data = d202_raw order = formatted;
format x1 x2 x3 x4 x5 grpfmt.;
class x2 x3 x4;
model time*censor(0) = x1 x2 x3 x4 x5 / distribution = weibull;
run;&lt;/PRE&gt;
&lt;P&gt;The PROC LIFEREG procedure does tell me the coefficients for variables and the Weibull shape. However, now I would like to draw the survival function curve with a confidence interval. The point estimation is easy to figure out by inputting the point estimations of these variables and the Weibull shape parameter. However, how to figure out the confidence interval of the survival curve? Hitherto, I only used the lower and upper limits of the Weibull shape parameter to do so. Much appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 14:30:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Survival-function-confidence-interval-prediction-following-PROC/m-p/923407#M45905</guid>
      <dc:creator>TomHsiung</dc:creator>
      <dc:date>2024-04-08T14:30:44Z</dc:date>
    </item>
  </channel>
</rss>

