<?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 Proc lifetest in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-lifetest/m-p/341960#M17978</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have a pretty basic problem, but I am a new user of SAS, and&amp;nbsp;I am stuck.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am applying proc lifetest to produce graphs. My problem is that the plots produces lines with circles. I can not find any describtions, informing me about what these circles illustrates, not can I figure out a command to remove them from my graph.&lt;/P&gt;&lt;P&gt;I am using SAS version 9.4.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope anyone has some input. Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Mar 2017 13:07:30 GMT</pubDate>
    <dc:creator>Natacha</dc:creator>
    <dc:date>2017-03-17T13:07:30Z</dc:date>
    <item>
      <title>Proc lifetest</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-lifetest/m-p/341960#M17978</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have a pretty basic problem, but I am a new user of SAS, and&amp;nbsp;I am stuck.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am applying proc lifetest to produce graphs. My problem is that the plots produces lines with circles. I can not find any describtions, informing me about what these circles illustrates, not can I figure out a command to remove them from my graph.&lt;/P&gt;&lt;P&gt;I am using SAS version 9.4.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope anyone has some input. Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2017 13:07:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-lifetest/m-p/341960#M17978</guid>
      <dc:creator>Natacha</dc:creator>
      <dc:date>2017-03-17T13:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Proc lifetest</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-lifetest/m-p/341969#M17979</link>
      <description>&lt;P&gt;Post your code and a copy of the image please.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2017 13:20:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-lifetest/m-p/341969#M17979</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-03-17T13:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Proc lifetest</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-lifetest/m-p/341973#M17980</link>
      <description>Hi&lt;BR /&gt;I cannot copy my exact code or output as I am not allowed to do so.&lt;BR /&gt;But this is how I coded it:&lt;BR /&gt;proc lifetest data=X plots=(s, lls) notable; time&lt;BR /&gt;timevariable*outcomevariable (0); strata exposurevariable;&lt;BR /&gt;&lt;BR /&gt;My outcome looks like this:&lt;BR /&gt;&lt;BR /&gt;[image: Billede indsat i tekst 1]&lt;BR /&gt;&lt;BR /&gt;##- Please type your reply above this line. Simple formatting, no&lt;BR /&gt;attachments. -##</description>
      <pubDate>Fri, 17 Mar 2017 13:32:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-lifetest/m-p/341973#M17980</guid>
      <dc:creator>Natacha</dc:creator>
      <dc:date>2017-03-17T13:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Proc lifetest</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-lifetest/m-p/341974#M17981</link>
      <description>&lt;P&gt;I assume you are seeing graphs like in this documentation example:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_lifetest_gettingstarted.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_lifetest_examples01.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are&amp;nbsp;referring to the plots, the "circles" are markers that indicate the observations in your data set. The lines are drawn to show trends and relationships.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use ODS OUTPUT to save the data that underlies a graph and then use PROC SGPLOT to create a new graph. The technique is described in the article &lt;A href="http://blogs.sas.com/content/iml/2012/08/01/data-fro-ods-graphics.html" target="_self"&gt;"How to get data values out of ODS graphics":&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods output NegLogSurvivalPlot=SurvPlot;
proc lifetest data=Exposed plots=(survival(atrisk) logsurv);
   time Days*Status(0);
   strata Treatment;
run;

proc sgplot data=SurvPlot;
series x=Time y=__Log_Survival__ / group=Stratum;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2017 13:33:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-lifetest/m-p/341974#M17981</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-03-17T13:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Proc lifetest</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-lifetest/m-p/341985#M17983</link>
      <description>&lt;P&gt;It worked!&amp;nbsp;Thanks for the fast answer Rick &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2017 14:04:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-lifetest/m-p/341985#M17983</guid>
      <dc:creator>Natacha</dc:creator>
      <dc:date>2017-03-17T14:04:21Z</dc:date>
    </item>
  </channel>
</rss>

