<?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: What is the model for the PROC LIFEREG with a Weibull distribution option? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/What-is-the-model-for-the-PROC-LIFEREG-with-a-Weibull/m-p/922277#M45829</link>
    <description>&lt;P&gt;The LIFEREG&amp;nbsp;&lt;SPAN&gt;procedure fits a parametric model to failure time data.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Your statements&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;perform a typical accelerated failure time (AFT) model analysis.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As you point out ... two of the more popular types of models for survival data (failure time data) are the accelerated failure time model (Kalbfleisch and Prentice 1980) and the Cox proportional hazards model (Cox 1972). Each has its own assumptions about the underlying distribution of the survival times. Two closely related functions often used to describe the distribution of survival times are the survivor function and the hazard function. &lt;/SPAN&gt;&lt;/P&gt;
&lt;UL class="lia-list-style-type-square"&gt;
&lt;LI&gt;&lt;SPAN&gt;The accelerated failure time model assumes a parametric form for the effects of the explanatory variables and usually assumes a parametric form for the underlying survivor function. &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The Cox proportional hazards model also assumes a parametric form for the effects of the explanatory variables, but it allows an unspecified form for the underlying survivor function.&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;Cox regression (&lt;/SPAN&gt;&lt;SPAN&gt;Cox proportional hazards model) is a&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;U&gt;&lt;STRONG&gt;semi&lt;/STRONG&gt;&lt;/U&gt;-parametric model and can be fit with PROC PHREG or with the&amp;nbsp;&lt;SPAN&gt;PHSELECT Viya (CAS) procedure. PHSELECT allows for LASSO variable selection.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;If you are dealing with machinery and quality assurance / quality control (f.e. in manufacturing) ... then you are probably more interested in PROC RELIABILITY (SAS/QC).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Koen&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Mar 2024 15:09:54 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2024-03-29T15:09:54Z</dc:date>
    <item>
      <title>What is the model for the PROC LIFEREG with a Weibull distribution option?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/What-is-the-model-for-the-PROC-LIFEREG-with-a-Weibull/m-p/922253#M45827</link>
      <description>&lt;P&gt;There are many ways to model a Weibull distribution (reference: &lt;A href="https://www.mdpi.com/2227-7390/12/1/56" target="_blank"&gt;https://www.mdpi.com/2227-7390/12/1/56&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some textbooks use a parametric proportional hazard model to construct the likelihood function. Others include the&amp;nbsp;&lt;SPAN&gt;accelerated failure time (AFT) model, and so on. My question is what is the model used for the PROC LIFEREG procedure? Thanks.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Code below.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&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;</description>
      <pubDate>Fri, 29 Mar 2024 11:28:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/What-is-the-model-for-the-PROC-LIFEREG-with-a-Weibull/m-p/922253#M45827</guid>
      <dc:creator>TomHsiung</dc:creator>
      <dc:date>2024-03-29T11:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: What is the model for the PROC LIFEREG with a Weibull distribution option?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/What-is-the-model-for-the-PROC-LIFEREG-with-a-Weibull/m-p/922277#M45829</link>
      <description>&lt;P&gt;The LIFEREG&amp;nbsp;&lt;SPAN&gt;procedure fits a parametric model to failure time data.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Your statements&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;perform a typical accelerated failure time (AFT) model analysis.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As you point out ... two of the more popular types of models for survival data (failure time data) are the accelerated failure time model (Kalbfleisch and Prentice 1980) and the Cox proportional hazards model (Cox 1972). Each has its own assumptions about the underlying distribution of the survival times. Two closely related functions often used to describe the distribution of survival times are the survivor function and the hazard function. &lt;/SPAN&gt;&lt;/P&gt;
&lt;UL class="lia-list-style-type-square"&gt;
&lt;LI&gt;&lt;SPAN&gt;The accelerated failure time model assumes a parametric form for the effects of the explanatory variables and usually assumes a parametric form for the underlying survivor function. &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The Cox proportional hazards model also assumes a parametric form for the effects of the explanatory variables, but it allows an unspecified form for the underlying survivor function.&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;Cox regression (&lt;/SPAN&gt;&lt;SPAN&gt;Cox proportional hazards model) is a&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;U&gt;&lt;STRONG&gt;semi&lt;/STRONG&gt;&lt;/U&gt;-parametric model and can be fit with PROC PHREG or with the&amp;nbsp;&lt;SPAN&gt;PHSELECT Viya (CAS) procedure. PHSELECT allows for LASSO variable selection.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;If you are dealing with machinery and quality assurance / quality control (f.e. in manufacturing) ... then you are probably more interested in PROC RELIABILITY (SAS/QC).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Koen&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2024 15:09:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/What-is-the-model-for-the-PROC-LIFEREG-with-a-Weibull/m-p/922277#M45829</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2024-03-29T15:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: What is the model for the PROC LIFEREG with a Weibull distribution option?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/What-is-the-model-for-the-PROC-LIFEREG-with-a-Weibull/m-p/922340#M45830</link>
      <description>Got it. Thank you for your help. Koen.</description>
      <pubDate>Sat, 30 Mar 2024 05:41:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/What-is-the-model-for-the-PROC-LIFEREG-with-a-Weibull/m-p/922340#M45830</guid>
      <dc:creator>TomHsiung</dc:creator>
      <dc:date>2024-03-30T05:41:51Z</dc:date>
    </item>
  </channel>
</rss>

