<?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: How to calculate 10 year survival probability with proc phreg in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-calculate-10-year-survival-probability-with-proc-phreg/m-p/423444#M68119</link>
    <description>&lt;P&gt;Ohh thanks for your response. I didnt specify the reference levels for my categorical variables and thats why I didnt get the survival probability.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I still have a small question about filling in the equation for the 10-year risk prediction for mortality. Now I've calculated the survival probability with the baseline statement where the mean&amp;nbsp;for continuous variables and the reference level for categorical variables&amp;nbsp;was used.&amp;nbsp;If&amp;nbsp;I want to calculate the 10 year risk for mortality for a person of age 70 and&amp;nbsp;the mean age used to calculate the baseline survival probability was 60, should i use the difference in age between the mean used for baseline survival calculations and the actual age (in this case age = 10? Or should i just fill in the actual age of this person?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 23 Dec 2017 13:27:30 GMT</pubDate>
    <dc:creator>Maartje</dc:creator>
    <dc:date>2017-12-23T13:27:30Z</dc:date>
    <item>
      <title>How to calculate 10 year survival probability with proc phreg</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-calculate-10-year-survival-probability-with-proc-phreg/m-p/422153#M68012</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For my school project I'm developing a risk prediction model for overall mortality. The overall equation to do so is: 1 - 10yearsurival probability^(exp(regression coefficient x1.. x2.. x3.. x3). Where the 10 year survival probability has to be calculated with proc phreg.&lt;/P&gt;&lt;P&gt;The syntax for my model is:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 125%; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;proc phreg data=a.predict;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 125%; font-family: 'Courier New'; font-size: 10pt;"&gt;model time*died15(0)= age&amp;nbsp;cur&amp;nbsp;former&amp;nbsp;mod med crp&lt;SPAN&gt;&amp;nbsp;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 125%; font-family: 'Courier New'; font-size: 10pt;"&gt;run;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure&amp;nbsp;how to calculate the 10 year surival probability.. I know I should use the BASELINE statement and that I have to calculate it for my covariates set to zero?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope you can help me out :)!&lt;/P&gt;&lt;P&gt;Maartje&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="margin: 0px; color: black; line-height: 125%; font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2017 22:24:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-calculate-10-year-survival-probability-with-proc-phreg/m-p/422153#M68012</guid>
      <dc:creator>Maartje</dc:creator>
      <dc:date>2017-12-18T22:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate 10 year survival probability with proc phreg</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-calculate-10-year-survival-probability-with-proc-phreg/m-p/422180#M68014</link>
      <description>&lt;P&gt;I don’t know if you necessarily need a BASELINE statement, does the output dataset not have the survival estimates at various points in time? You can definitely use BASELINE to specify the values you’re interested in as well.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Its not 0 though, it’s usually the mean for continuous variables and the reference level for categorical variables.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2017 01:44:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-calculate-10-year-survival-probability-with-proc-phreg/m-p/422180#M68014</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-12-19T01:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate 10 year survival probability with proc phreg</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-calculate-10-year-survival-probability-with-proc-phreg/m-p/423444#M68119</link>
      <description>&lt;P&gt;Ohh thanks for your response. I didnt specify the reference levels for my categorical variables and thats why I didnt get the survival probability.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I still have a small question about filling in the equation for the 10-year risk prediction for mortality. Now I've calculated the survival probability with the baseline statement where the mean&amp;nbsp;for continuous variables and the reference level for categorical variables&amp;nbsp;was used.&amp;nbsp;If&amp;nbsp;I want to calculate the 10 year risk for mortality for a person of age 70 and&amp;nbsp;the mean age used to calculate the baseline survival probability was 60, should i use the difference in age between the mean used for baseline survival calculations and the actual age (in this case age = 10? Or should i just fill in the actual age of this person?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Dec 2017 13:27:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-calculate-10-year-survival-probability-with-proc-phreg/m-p/423444#M68119</guid>
      <dc:creator>Maartje</dc:creator>
      <dc:date>2017-12-23T13:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate 10 year survival probability with proc phreg</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-calculate-10-year-survival-probability-with-proc-phreg/m-p/423457#M68120</link>
      <description>&lt;P&gt;The model uses the actual age so you would use that.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Dec 2017 19:50:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-calculate-10-year-survival-probability-with-proc-phreg/m-p/423457#M68120</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-12-23T19:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate 10 year survival probability with proc phreg</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-calculate-10-year-survival-probability-with-proc-phreg/m-p/423490#M68123</link>
      <description>&lt;P&gt;Hmm, thanks and sorry to bother u again.. But my predicted 10 year mortality risks are really high (also compared to the number of events) and does not vary much in between participants and I can't seem to find out why..&lt;/P&gt;&lt;P&gt;Should I&amp;nbsp;calculate the baseline survival probability for&amp;nbsp;ALL&amp;nbsp;variables available&amp;nbsp;in the data set? Now Ive calculated the baseline survival probability with the predictors&amp;nbsp;which are in&amp;nbsp;the end model.&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Dec 2017 20:12:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-calculate-10-year-survival-probability-with-proc-phreg/m-p/423490#M68123</guid>
      <dc:creator>Maartje</dc:creator>
      <dc:date>2017-12-24T20:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate 10 year survival probability with proc phreg</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-calculate-10-year-survival-probability-with-proc-phreg/m-p/423494#M68124</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/183175"&gt;@Maartje&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hmm, thanks and sorry to bother u again.. But my predicted 10 year mortality risks are really high (also compared to the number of events) and does not vary much in between participants and I can't seem to find out why..&lt;/P&gt;
&lt;P&gt;Should I&amp;nbsp;calculate the baseline survival probability for&amp;nbsp;ALL&amp;nbsp;variables available&amp;nbsp;in the data set? Now Ive calculated the baseline survival probability with the predictors&amp;nbsp;which are in&amp;nbsp;the end model.&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;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;No, you first build a model with the variables that you think are relevant. Once your model is built you then would look at the 10 year survival. If you N is small, especially for the subgroup analysis you're results will be all over the place.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Dec 2017 23:55:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-calculate-10-year-survival-probability-with-proc-phreg/m-p/423494#M68124</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-12-24T23:55:20Z</dc:date>
    </item>
  </channel>
</rss>

