<?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 Time dependent probability / propensity scores. in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Time-dependent-probability-propensity-scores/m-p/419395#M22059</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;I usually use proc logistic to calculate propensity scores (or probability of having the event of interest):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Proc logistic data=have;
class var1;
model death(event='1')=var1 var2;
output p=probability;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to calculate time dependent propensity score, that is, can use proc phreg to output the probability of the event happening?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Dec 2017 01:34:39 GMT</pubDate>
    <dc:creator>ammarhm</dc:creator>
    <dc:date>2017-12-08T01:34:39Z</dc:date>
    <item>
      <title>Time dependent probability / propensity scores.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Time-dependent-probability-propensity-scores/m-p/419395#M22059</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;I usually use proc logistic to calculate propensity scores (or probability of having the event of interest):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Proc logistic data=have;
class var1;
model death(event='1')=var1 var2;
output p=probability;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to calculate time dependent propensity score, that is, can use proc phreg to output the probability of the event happening?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2017 01:34:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Time-dependent-probability-propensity-scores/m-p/419395#M22059</guid>
      <dc:creator>ammarhm</dc:creator>
      <dc:date>2017-12-08T01:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Time dependent probability / propensity scores.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Time-dependent-probability-propensity-scores/m-p/419562#M22060</link>
      <description>&lt;P&gt;PROC PHREG has &lt;A href="http://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_phreg_syntax18.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en#statug.phreg.phroutputsurvival" target="_self"&gt;the SURVIVAL= option in the OUTPUT&amp;nbsp; statement&lt;/A&gt;. Is that what you are looking for? You can use the METHOD= option to &lt;A href="http://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_phreg_details65.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en" target="_self"&gt;output various estimates of the survivor function.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2017 14:27:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Time-dependent-probability-propensity-scores/m-p/419562#M22060</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-12-08T14:27:50Z</dc:date>
    </item>
  </channel>
</rss>

