<?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 to generate estimated probability of surviving beyond age t given survival to age 65 in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-generate-estimated-probability-of-surviving-beyond-age-t/m-p/606995#M29457</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a dataset of pensioners that is left-truncated and right-censored. I would like to compare (for males vs females) the estimated probability of surviving to e.g. age 70&amp;nbsp; conditioned on surviving to age 65. I also have a variable indicating last known annual pension amount that I'd like to use to adjust for socioeconomic status. The dataset includes pensioners alive as of 1/1/2010 and mortality was assessed during the period 2010-2016.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data p;&lt;/P&gt;&lt;P&gt;&amp;nbsp; input BirthYr PensionYr DeathYr Pension_amt Gender Age2010 Dead;&lt;/P&gt;&lt;P&gt;&amp;nbsp; datalines;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1921 1948 2014 84400 0 89 1&lt;BR /&gt;1927 1950 2014 80000 1 83 1&lt;BR /&gt;1962 1984 2016 54700 1 48 0&lt;BR /&gt;1951 1986 2016 76500 1 59 0&lt;BR /&gt;1923 1957 2016 14700 1 87 1&lt;BR /&gt;1940 1960 2016 25200 1 70 1&lt;BR /&gt;1939 1965 2011 51500 0 71 1&lt;BR /&gt;1947 1974 2011 10000 1 63 1&lt;BR /&gt;1944 1979 2010 79000 0 66 1&lt;BR /&gt;1918 1947 2010 36100 1 92 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would appreciate any suggestions..&lt;/P&gt;</description>
    <pubDate>Mon, 25 Nov 2019 15:00:59 GMT</pubDate>
    <dc:creator>JWH1</dc:creator>
    <dc:date>2019-11-25T15:00:59Z</dc:date>
    <item>
      <title>How to generate estimated probability of surviving beyond age t given survival to age 65</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-generate-estimated-probability-of-surviving-beyond-age-t/m-p/606995#M29457</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a dataset of pensioners that is left-truncated and right-censored. I would like to compare (for males vs females) the estimated probability of surviving to e.g. age 70&amp;nbsp; conditioned on surviving to age 65. I also have a variable indicating last known annual pension amount that I'd like to use to adjust for socioeconomic status. The dataset includes pensioners alive as of 1/1/2010 and mortality was assessed during the period 2010-2016.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data p;&lt;/P&gt;&lt;P&gt;&amp;nbsp; input BirthYr PensionYr DeathYr Pension_amt Gender Age2010 Dead;&lt;/P&gt;&lt;P&gt;&amp;nbsp; datalines;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1921 1948 2014 84400 0 89 1&lt;BR /&gt;1927 1950 2014 80000 1 83 1&lt;BR /&gt;1962 1984 2016 54700 1 48 0&lt;BR /&gt;1951 1986 2016 76500 1 59 0&lt;BR /&gt;1923 1957 2016 14700 1 87 1&lt;BR /&gt;1940 1960 2016 25200 1 70 1&lt;BR /&gt;1939 1965 2011 51500 0 71 1&lt;BR /&gt;1947 1974 2011 10000 1 63 1&lt;BR /&gt;1944 1979 2010 79000 0 66 1&lt;BR /&gt;1918 1947 2010 36100 1 92 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would appreciate any suggestions..&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 15:00:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-generate-estimated-probability-of-surviving-beyond-age-t/m-p/606995#M29457</guid>
      <dc:creator>JWH1</dc:creator>
      <dc:date>2019-11-25T15:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate estimated probability of surviving beyond age t given survival to age 65</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-generate-estimated-probability-of-surviving-beyond-age-t/m-p/607001#M29458</link>
      <description>&lt;P&gt;Look up SAS examples for PROC LIFETEST.&amp;nbsp; I believe it will&amp;nbsp; nicely provide the hazards you are asking for.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 15:15:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-generate-estimated-probability-of-surviving-beyond-age-t/m-p/607001#M29458</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2019-11-25T15:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate estimated probability of surviving beyond age t given survival to age 65</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-generate-estimated-probability-of-surviving-beyond-age-t/m-p/607004#M29459</link>
      <description>thank you...I don't believe I can use PROC LIFETEST for left-truncated data.</description>
      <pubDate>Mon, 25 Nov 2019 15:32:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-generate-estimated-probability-of-surviving-beyond-age-t/m-p/607004#M29459</guid>
      <dc:creator>JWH1</dc:creator>
      <dc:date>2019-11-25T15:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate estimated probability of surviving beyond age t given survival to age 65</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-generate-estimated-probability-of-surviving-beyond-age-t/m-p/607040#M29463</link>
      <description>&lt;P&gt;Am I correct in assuming that&amp;nbsp;"conditioned on surviving to age 65" is what you mean by left-censored?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so then "the estimated probability of surviving to e.g. age 70&amp;nbsp; conditioned on surviving to age 65" is, iirc, is the very definition of the 5-year hazard rate (or actually 1 minus the 5-year hazard rate) for 65 to 70 period, which I'm guessing can be produced by LIFETEST.&amp;nbsp; And even if LIFETEST doesn't produce something literally&amp;nbsp;called hazard-rate, isn't what you want&amp;nbsp;equivalent to the probability of surviving to 70 divided by the probability of surviving to 65?&amp;nbsp; Those values would certainly be generated by LIFETEST, no?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's been a long time since I was exposed to survival analysis, so I admit to being a bit insecure about these statements.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 16:23:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-generate-estimated-probability-of-surviving-beyond-age-t/m-p/607040#M29463</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2019-11-25T16:23:49Z</dc:date>
    </item>
  </channel>
</rss>

