<?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 Plotting the log hazard/survival vs a variable in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-the-log-hazard-survival-vs-a-variable/m-p/400424#M13671</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm using survival data and I want to plot the log hazard of the outcome vs age (a variable in my data set) to see if the relationship between age and the log hazard is linear, but I'm not sure how to create such a plot.&lt;/P&gt;&lt;P&gt;For example, how would make the plot using this data set:&lt;/P&gt;&lt;P&gt;data kidney;&lt;BR /&gt;input time cens age nephrectomy @@;&lt;BR /&gt;cards;&lt;BR /&gt;9 1 50 0 6 1 55 0 21 1 45 0 15 1 52 0 8 1 62 0 17 1 62 0 12 1 53 0 104 0 61 1&lt;BR /&gt;9 1 41 1 56 1 51 1 35 1 61 1 52 1 41 1 68 1 31 1 77 0 71 1 84 1 71 1 8 1 51 1&lt;BR /&gt;36 1 61 1 72 1 51 1 36 1 41 1 48 1 31 1 26 1 41 1 108 1 31 1 5 1 41 1 108 0 52 1&lt;BR /&gt;26 1 52 1 14 1 62 1 115 1 52 1 52 1 42 1 5 0 25 1 18 1 42 1 36 1 52 1 9 1 62 1&lt;BR /&gt;10 1 43 1 9 1 53 1 18 1 43 1 6 1 43 1&lt;BR /&gt;;&lt;BR /&gt;run; proc print;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;Ahmad&lt;/P&gt;</description>
    <pubDate>Mon, 02 Oct 2017 19:53:16 GMT</pubDate>
    <dc:creator>Ahmad1</dc:creator>
    <dc:date>2017-10-02T19:53:16Z</dc:date>
    <item>
      <title>Plotting the log hazard/survival vs a variable</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-the-log-hazard-survival-vs-a-variable/m-p/400424#M13671</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm using survival data and I want to plot the log hazard of the outcome vs age (a variable in my data set) to see if the relationship between age and the log hazard is linear, but I'm not sure how to create such a plot.&lt;/P&gt;&lt;P&gt;For example, how would make the plot using this data set:&lt;/P&gt;&lt;P&gt;data kidney;&lt;BR /&gt;input time cens age nephrectomy @@;&lt;BR /&gt;cards;&lt;BR /&gt;9 1 50 0 6 1 55 0 21 1 45 0 15 1 52 0 8 1 62 0 17 1 62 0 12 1 53 0 104 0 61 1&lt;BR /&gt;9 1 41 1 56 1 51 1 35 1 61 1 52 1 41 1 68 1 31 1 77 0 71 1 84 1 71 1 8 1 51 1&lt;BR /&gt;36 1 61 1 72 1 51 1 36 1 41 1 48 1 31 1 26 1 41 1 108 1 31 1 5 1 41 1 108 0 52 1&lt;BR /&gt;26 1 52 1 14 1 62 1 115 1 52 1 52 1 42 1 5 0 25 1 18 1 42 1 36 1 52 1 9 1 62 1&lt;BR /&gt;10 1 43 1 9 1 53 1 18 1 43 1 6 1 43 1&lt;BR /&gt;;&lt;BR /&gt;run; proc print;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;Ahmad&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2017 19:53:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plotting-the-log-hazard-survival-vs-a-variable/m-p/400424#M13671</guid>
      <dc:creator>Ahmad1</dc:creator>
      <dc:date>2017-10-02T19:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting the log hazard/survival vs a variable</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-the-log-hazard-survival-vs-a-variable/m-p/400429#M13672</link>
      <description>&lt;P&gt;Have you checked if this functionality is in PROC PHREG already? What version of SAS do you have?&lt;/P&gt;
&lt;P&gt;What does your PROC PHREG code look like, ie how are you calculating hazard and are there other variables involved?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/168479"&gt;@Ahmad1&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm using survival data and I want to plot the log hazard of the outcome vs age (a variable in my data set) to see if the relationship between age and the log hazard is linear, but I'm not sure how to create such a plot.&lt;/P&gt;
&lt;P&gt;For example, how would make the plot using this data set:&lt;/P&gt;
&lt;P&gt;data kidney;&lt;BR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/187967"&gt;@input&lt;/a&gt; time cens age nephrectomy @@;&lt;BR /&gt;cards;&lt;BR /&gt;9 1 50 0 6 1 55 0 21 1 45 0 15 1 52 0 8 1 62 0 17 1 62 0 12 1 53 0 104 0 61 1&lt;BR /&gt;9 1 41 1 56 1 51 1 35 1 61 1 52 1 41 1 68 1 31 1 77 0 71 1 84 1 71 1 8 1 51 1&lt;BR /&gt;36 1 61 1 72 1 51 1 36 1 41 1 48 1 31 1 26 1 41 1 108 1 31 1 5 1 41 1 108 0 52 1&lt;BR /&gt;26 1 52 1 14 1 62 1 115 1 52 1 52 1 42 1 5 0 25 1 18 1 42 1 36 1 52 1 9 1 62 1&lt;BR /&gt;10 1 43 1 9 1 53 1 18 1 43 1 6 1 43 1&lt;BR /&gt;;&lt;BR /&gt;run; proc print;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance,&lt;/P&gt;
&lt;P&gt;Ahmad&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2017 19:57:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plotting-the-log-hazard-survival-vs-a-variable/m-p/400429#M13672</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-10-02T19:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting the log hazard/survival vs a variable</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-the-log-hazard-survival-vs-a-variable/m-p/400441#M13673</link>
      <description>&lt;P&gt;Hi Reeza,&lt;/P&gt;&lt;P&gt;This is not a real data set. It is a small data set that I have created just practice. I'm currently using SAS studio.&lt;/P&gt;&lt;P&gt;data kidney;&lt;BR /&gt;input time cens age nephrectomy @@;&lt;BR /&gt;cards;&lt;BR /&gt;9 1 50 0 6 1 55 0 21 1 45 0 15 1 52 0 8 1 62 0 17 1 62 0 12 1 53 0 104 0 61 1&lt;BR /&gt;9 1 41 1 56 1 51 1 35 1 61 1 52 1 41 1 68 1 31 1 77 0 71 1 84 1 71 1 8 1 51 1&lt;BR /&gt;36 1 61 1 72 1 51 1 36 1 41 1 48 1 31 1 26 1 41 1 108 1 31 1 5 1 41 1 108 0 52 1&lt;BR /&gt;26 1 52 1 14 1 62 1 115 1 52 1 52 1 42 1 5 0 25 1 18 1 42 1 36 1 52 1 9 1 62 1&lt;BR /&gt;10 1 43 1 9 1 53 1 18 1 43 1 6 1 43 1&lt;BR /&gt;;&lt;BR /&gt;run; proc print;&lt;BR /&gt;proc phreg data=kidney plots= survival;&lt;BR /&gt;model time*cens(0)= age nephrectomy;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just want to get a plot of mode time*cens(0)= age&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Ahmad&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2017 20:22:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plotting-the-log-hazard-survival-vs-a-variable/m-p/400441#M13673</guid>
      <dc:creator>Ahmad1</dc:creator>
      <dc:date>2017-10-02T20:22:11Z</dc:date>
    </item>
    <item>
      <title>Log hazards</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-the-log-hazard-survival-vs-a-variable/m-p/400458#M13675</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm using survival data and I want to plot the log hazard of the outcome vs age (a variable in my data set) to see if the relationship between age and the log hazard is linear, but I'm not sure how to create such a plot.&lt;/P&gt;&lt;P&gt;For example, how would make the plot using this data set:&lt;/P&gt;&lt;P&gt;data kidney;&lt;BR /&gt;input time cens age nephrectomy @@;&lt;BR /&gt;cards;&lt;BR /&gt;9 1 50 0 6 1 55 0 21 1 45 0 15 1 52 0 8 1 62 0 17 1 62 0 12 1 53 0 104 0 61 1&lt;BR /&gt;9 1 41 1 56 1 51 1 35 1 61 1 52 1 41 1 68 1 31 1 77 0 71 1 84 1 71 1 8 1 51 1&lt;BR /&gt;36 1 61 1 72 1 51 1 36 1 41 1 48 1 31 1 26 1 41 1 108 1 31 1 5 1 41 1 108 0 52 1&lt;BR /&gt;26 1 52 1 14 1 62 1 115 1 52 1 52 1 42 1 5 0 25 1 18 1 42 1 36 1 52 1 9 1 62 1&lt;BR /&gt;10 1 43 1 9 1 53 1 18 1 43 1 6 1 43 1&lt;BR /&gt;;&lt;BR /&gt;run; proc print;&lt;/P&gt;&lt;P&gt;I want to get a plot of model time*cens(0)=age&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;Ahmad&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2017 21:09:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plotting-the-log-hazard-survival-vs-a-variable/m-p/400458#M13675</guid>
      <dc:creator>Ahmad1</dc:creator>
      <dc:date>2017-10-02T21:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Log hazards</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-the-log-hazard-survival-vs-a-variable/m-p/400465#M13676</link>
      <description>&lt;P&gt;Consider this SAS example using PROC LIFETEST: &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_lifetest_examples03.htm" target="_self"&gt;Example 70.3 Life-Table Estimates for Males with Angina Pectoris&lt;/A&gt;, which includes "and estimated hazard function are requested by the PLOTS= option".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2017 21:40:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plotting-the-log-hazard-survival-vs-a-variable/m-p/400465#M13676</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2017-10-02T21:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Log hazards</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-the-log-hazard-survival-vs-a-variable/m-p/400477#M13677</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/168479"&gt;@Ahmad1&lt;/a&gt;&amp;nbsp;please do not post the same question multiple times.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2017 22:38:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plotting-the-log-hazard-survival-vs-a-variable/m-p/400477#M13677</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-10-02T22:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Log hazards</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-the-log-hazard-survival-vs-a-variable/m-p/400485#M13678</link>
      <description>&lt;P&gt;thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2017 23:10:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plotting-the-log-hazard-survival-vs-a-variable/m-p/400485#M13678</guid>
      <dc:creator>Ahmad1</dc:creator>
      <dc:date>2017-10-02T23:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Log hazards</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-the-log-hazard-survival-vs-a-variable/m-p/401897#M13739</link>
      <description>&lt;P&gt;I'm actually trying to create a plot just similar to the one below. I tried Proc Phreg, but it does not create such plot.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 19:36:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plotting-the-log-hazard-survival-vs-a-variable/m-p/401897#M13739</guid>
      <dc:creator>Ahmad1</dc:creator>
      <dc:date>2017-10-06T19:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Log hazards</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-the-log-hazard-survival-vs-a-variable/m-p/401899#M13741</link>
      <description>&lt;P&gt;Did you try&amp;nbsp;using the TRANSFORM=LOG option on the PROC PHREG statement, &lt;A href="http://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_phreg_syntax01.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en#statug.phreg.phrplots" target="_self"&gt;as described in the doc&lt;/A&gt;?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 19:42:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plotting-the-log-hazard-survival-vs-a-variable/m-p/401899#M13741</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-10-06T19:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Log hazards</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-the-log-hazard-survival-vs-a-variable/m-p/401903#M13742</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;No, I have not tried that yet, but the proc phreg does not create a hazard rate plot. If I were to use that option, I'm not sure which function I should to transform.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 19:54:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plotting-the-log-hazard-survival-vs-a-variable/m-p/401903#M13742</guid>
      <dc:creator>Ahmad1</dc:creator>
      <dc:date>2017-10-06T19:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Log hazards</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-the-log-hazard-survival-vs-a-variable/m-p/404533#M13812</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;so if this is my SAS code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc phreg data=kidney plots=cumhaz ;&lt;BR /&gt;model time*cens(0)=age / rl ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how do I use the transform statement to take the log of the cumhaz.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 18:56:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plotting-the-log-hazard-survival-vs-a-variable/m-p/404533#M13812</guid>
      <dc:creator>Ahmad1</dc:creator>
      <dc:date>2017-10-16T18:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Log hazards</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-the-log-hazard-survival-vs-a-variable/m-p/404562#M13816</link>
      <description>&lt;P&gt;I was wrong when I said that you could use the TRANSFORM= option in PROC PHREG.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, you can create an output data set from any table or graph that SAS produces. Please see&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://blogs.sas.com/content/iml/2017/01/09/ods-output-any-statistic.html" target="_self"&gt;ODS OUTPUT: Store any statistic created by any SAS procedure&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://blogs.sas.com/content/iml/2012/08/01/data-fro-ods-graphics.html" target="_self"&gt;How to get data values out of ODS graphic&lt;/A&gt;s&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Thus the easiest way to accomplish your task is to&amp;nbsp;write the cumulative hazard values to a data set and then simply tell PROC SGPLOT to use a log axis, like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc phreg data=kidney plots=cumhaz ;
model time*cens(0)=age / rl ;
ods output CumHazPlot=CHPlot;
run;

title "log10(cumulative hazard) for Age=49.39";
proc sgplot data=CHPlot;
where CumHaz&amp;gt;0;
step y=CumHaz x=Time;
yaxis type=log logbase=10 logstyle=logexpand;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Alternatively, you can use the DATA step to log-transform the cumulative hazard, and then use a regular (linear) scale on the axis:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data logCumHaz;
set CHPlot;
if cumHaz=0 then logCumHaz=.;
else logCumHaz= log10(cumHaz);
label logCumHaz = "log10(cumulative hazard)";
run;

title "log10(cumulative hazard) for Age=49.39";
proc sgplot data=logCumHaz;
step y=logCumHaz x=Time;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 19:30:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plotting-the-log-hazard-survival-vs-a-variable/m-p/404562#M13816</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-10-16T19:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Log hazards</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-the-log-hazard-survival-vs-a-variable/m-p/404575#M13817</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&amp;nbsp;Thank you for your help. This is exactly what I wanted to do, but I want to plot age instead of time on the x-axis. When I change the x-axis to age, I get an error message saying that the variable age is not found. So I'm guessing that the variable age is not found in the new data set "CHPlot". So how do I include age in the new dataset "CHPlot".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for your help, I really appreciate it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 19:58:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plotting-the-log-hazard-survival-vs-a-variable/m-p/404575#M13817</guid>
      <dc:creator>Ahmad1</dc:creator>
      <dc:date>2017-10-16T19:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Log hazards</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-the-log-hazard-survival-vs-a-variable/m-p/404598#M13818</link>
      <description>&lt;P&gt;In looking back at your original post, I see that you did mention plotting against age, which is a covariate. Thus my idea will not work.I suggest you look at the OUTPUT statement or the STORE statements to get the information that you want.&amp;nbsp;This now sounds like a statistical question rather than a graphing question. I do not&amp;nbsp;use PHREG myself, so I will defer to those with more experience.&amp;nbsp; Good luck.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 20:45:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plotting-the-log-hazard-survival-vs-a-variable/m-p/404598#M13818</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-10-16T20:45:19Z</dc:date>
    </item>
  </channel>
</rss>

