<?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: KM plot :  atrisk template in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/KM-plot-atrisk-template/m-p/254755#M9219</link>
    <description>&lt;P&gt;So you modified the macro variable below and set the tickvaluelist to a fixed value 0-20 and it still only showed up to 15?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;   %let xOptions   = shortlabel=XNAME offsetmin=.05
                     linearopts=(viewmax=MAXTIME tickvaluelist=XTICKVALS
                                 tickvaluefitpolicy=XTICKVALFITPOL);&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 05 Mar 2016 18:36:01 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-03-05T18:36:01Z</dc:date>
    <item>
      <title>KM plot :  atrisk template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/KM-plot-atrisk-template/m-p/254649#M9209</link>
      <description>&lt;P&gt;&lt;A href="http://support.sas.com/documentation/onlinedoc/stat/ex_code/121/" target="_blank"&gt;http://support.sas.com/documentation/onlinedoc/stat/ex_code/121/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi there, I am using this template to output population at risk along the x-axis (see attached). It seems only go up to 15 months. Does anyone have a template allow longer duration like up to 80 months? Or any other way to do it? Using sas 9.2. It you cannot open the attached. Here is how it looks like: 45 32 28 25 20 18 ....................... atrisk trt1 40 31 26 22 19 16 ....................... atrisk trt2 __________________________________ x axis 1 2 3 4 5 6 time (months) Thanks, Anna&lt;/P&gt;</description>
      <pubDate>Sat, 05 Mar 2016 03:26:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/KM-plot-atrisk-template/m-p/254649#M9209</guid>
      <dc:creator>Anna_h</dc:creator>
      <dc:date>2016-03-05T03:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: KM plot :  atrisk template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/KM-plot-atrisk-template/m-p/254675#M9210</link>
      <description>&lt;OL&gt;
&lt;LI&gt;Can you identify which template you're using, the link is generic to all the template samples.&lt;/LI&gt;
&lt;LI&gt;Please format your data/code sample so it's clear&lt;/LI&gt;
&lt;LI&gt;Post your code - you probably had to modify the code to match your data so making sure it's correct. If possible, include some sample data to replicate the issue.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;It is possible to change the values using the xaxisopts tickvaluelist - making sure to change it everywhere it needs to be changed.&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;I have an annotated example below, but it's the survival curve:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://gist.github.com/statgeek/4f8ccc4ee603b41371e5" target="_blank"&gt;https://gist.github.com/statgeek/4f8ccc4ee603b41371e5&lt;/A&gt;&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;</description>
      <pubDate>Sat, 05 Mar 2016 03:32:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/KM-plot-atrisk-template/m-p/254675#M9210</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-03-05T03:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: KM plot :  atrisk template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/KM-plot-atrisk-template/m-p/254679#M9211</link>
      <description>Here is the link and code. The x-axis seems only go to 15 (months) when I try to show 20 months.  No know whether it is possible to extend the x-axis or change to years.

Anna

'&lt;A href="http://support.sas.com/documentation/onlinedoc/stat/ex_code/121/templft2.html'" target="_blank"&gt;http://support.sas.com/documentation/onlinedoc/stat/ex_code/121/templft2.html'&lt;/A&gt;

PROC LIFETEST Template (Revised for SAS Global Forum 2013)
/****************************************************************/
/*          S A S   S A M P L E   L I B R A R Y                 */
/*                                                              */
/*    NAME: TEMPLFT2                                            */
/*   TITLE: PROC LIFETEST Template                              */
/*          (Revised for SAS Global Forum 2013)                 */
/* PRODUCT: STAT                                                */
/*  SYSTEM: ALL                                                 */
/*    KEYS: graphics, ods, survival analysis, Kaplan-Meier      */
/*   PROCS:                                                     */
/*    DATA&amp;amp;colon;                                                     */
/*                                                              */
/* SUPPORT: saswfk                UPDATE: February 5, 2013      */
/*     REF: ods graphics                                        */
/*    MISC:                                                     */
/*   NOTES: This sample provides templates for the PROC         */
/*          LIFETEST survival plot that are more modular and    */
/*          easier to modify than the default templates.        */
/****************************************************************/

%macro SurvivalTemplateRestore;

   %global TitleText0 TitleText1 TitleText2 yOptions xOptions tips
           tipl groups bandopts gridopts blockopts censored censorstr;

   %let TitleText0 = METHOD " Survival Estimate";
   %let TitleText1 = &amp;amp;titletext0 " for " STRATUMID;
   %let TitleText2 = &amp;amp;titletext0 "s";         /* plural: Survival Estimates */

   %let yOptions   = label="Survival Probability" shortlabel="Survival"
                     linearopts=(viewmin=0 viewmax=1
                                 tickvaluelist=(0 .2 .4 .6 .8 1.0));

   %let xOptions   = shortlabel=XNAME offsetmin=.05
                     linearopts=(viewmax=MAXTIME tickvaluelist=XTICKVALS
                                 tickvaluefitpolicy=XTICKVALFITPOL);

   %let tips       = rolename=(_tip1= ATRISK _tip2=EVENT)
                     tiplabel=(_tip1="Number at Risk" _tip2="Observed Events")
                     tip=(x y _tip1 _tip2);
   %let tipl       = tiplabel=(y="Survival Probability");

   %let groups     = group=STRATUM index=STRATUMNUM;

   %let bandopts   = &amp;amp;groups modelname="Survival";

   %let gridopts   = autoalign=(TOPRIGHT BOTTOMLEFT TOP BOTTOM)
                     border=true BackgroundColor=GraphWalls:Color Opaque=true;

   %let blockopts  = repeatedvalues=true display=(label values) valuehalign=start
                     valuefitpolicy=truncate labelposition=left
                     labelattrs=GRAPHVALUETEXT valueattrs=GRAPHDATATEXT(size=7pt) 
                     includemissingclass=false;

   %let censored   = markerattrs=(symbol=plus);
   %let censorstr  = "+ Censored";

   %macro SurvivalTemplate;
      %local outside _tmpnum;
      proc template;
        %do outside = 0 %to 1;
          define statgraph Stat.Lifetest.Graphics.ProductLimitSurvival%scan(2,2-&amp;amp;outside);
             dynamic NStrata xName plotAtRisk %if %nrbquote(&amp;amp;censored) ne %then plotCensored;
                plotCL plotHW plotEP labelCL labelHW labelEP maxTime xtickVals xtickValFitPol 
                rowWeights method StratumID classAtRisk plotBand plotTest GroupName yMin 
                Transparency SecondTitle TestName pValue _byline_ _bytitle_ _byfootnote_;
             BeginGraph;

             if (NSTRATA=1)
                if (EXISTS(STRATUMID)) entrytitle &amp;amp;titletext1;
                else                   entrytitle &amp;amp;titletext0;
                endif;

                %if not &amp;amp;outside %then if (PLOTATRISK);
                   entrytitle "With Number of Subjects at Risk" / textattrs=GRAPHVALUETEXT;
                %if not &amp;amp;outside %then %do; endif; %end;

                %AtRiskLatticeStart
                layout overlay / xaxisopts=(&amp;amp;xoptions) yaxisopts=(&amp;amp;yoptions);
                   %singlestratum
                endlayout;
                %AtRiskLatticeEnd

             else
                entrytitle &amp;amp;titletext2;
                if (EXISTS(SECONDTITLE))
                   entrytitle SECONDTITLE / textattrs=GRAPHVALUETEXT;
                endif;

                %AtRiskLatticeStart
                layout overlay / xaxisopts=(&amp;amp;xoptions) yaxisopts=(&amp;amp;yoptions);
                   %multiplestrata
                endlayout;
                %AtRiskLatticeEnd(%str(class=CLASSATRISK))

             endif;

             if (_BYTITLE_) entrytitle _BYLINE_ / textattrs=GRAPHVALUETEXT;
             else if (_BYFOOTNOTE_) entryfootnote halign=left _BYLINE_; endif;
             endif;
             EndGraph;
          end;
        %end;
      run;
   %mend;

   %macro entry_p;
      if (PVALUE &amp;lt; .0001)
         entry TESTNAME " p " eval (PUT(PVALUE, PVALUE6.4));
      else
         entry TESTNAME " p=" eval (PUT(PVALUE, PVALUE6.4));
      endif;
   %mend;

   %macro SingleStratum;
      if (PLOTHW=1 AND PLOTEP=0)
         bandplot LimitUpper=HW_UCL LimitLower=HW_LCL x=TIME /
            modelname="Survival" fillattrs=GRAPHCONFIDENCE
            name="HW" legendlabel=LABELHW;
      endif;
      if (PLOTHW=0 AND PLOTEP=1)
         bandplot LimitUpper=EP_UCL LimitLower=EP_LCL x=TIME /
            modelname="Survival" fillattrs=GRAPHCONFIDENCE
            name="EP" legendlabel=LABELEP;
      endif;
      if (PLOTHW=1 AND PLOTEP=1)
         bandplot LimitUpper=HW_UCL LimitLower=HW_LCL x=TIME /
            modelname="Survival" fillattrs=GRAPHDATA1 datatransparency=.55
            name="HW" legendlabel=LABELHW;
         bandplot LimitUpper=EP_UCL LimitLower=EP_LCL x=TIME /
            modelname="Survival" fillattrs=GRAPHDATA2
            datatransparency=.55 name="EP" legendlabel=LABELEP;
      endif;
      if (PLOTCL=1)
         if (PLOTHW=1 OR PLOTEP=1)
            bandplot LimitUpper=SDF_UCL LimitLower=SDF_LCL x=TIME /
               modelname="Survival" display=(outline)
               outlineattrs=GRAPHPREDICTIONLIMITS name="CL" legendlabel=LABELCL;
         else
            bandplot LimitUpper=SDF_UCL LimitLower=SDF_LCL x=TIME /
               modelname="Survival" fillattrs=GRAPHCONFIDENCE name="CL"
               legendlabel=LABELCL;
         endif;
      endif;

      stepplot y=SURVIVAL x=TIME / name="Survival" &amp;amp;tips legendlabel="Survival";

      if (PLOTCENSORED=1)
         scatterplot y=CENSORED x=TIME / &amp;amp;censored &amp;amp;tipl
            name="Censored" legendlabel="Censored";
      endif;

      if (PLOTCL=1 OR PLOTHW=1 OR PLOTEP=1)
         discretelegend "Censored" "CL" "HW" "EP" / location=outside
            halign=center;
      else
         if (PLOTCENSORED=1)
            discretelegend "Censored" / location=inside
                                        autoalign=(topright bottomleft);
         endif;
      endif;
      %if not &amp;amp;outside %then %do;
         if (PLOTATRISK=1)
            innermargin / align=bottom;
               blockplot x=TATRISK block=ATRISK / &amp;amp;blockopts;
            endinnermargin;
         endif;
      %end;
   %mend;

   %macro MultipleStrata;
     if (PLOTHW)
         bandplot LimitUpper=HW_UCL LimitLower=HW_LCL x=TIME / &amp;amp;bandopts
                  datatransparency=Transparency;
      endif;
      if (PLOTEP)
         bandplot LimitUpper=EP_UCL LimitLower=EP_LCL x=TIME / &amp;amp;bandopts
                  datatransparency=Transparency;
      endif;
      if (PLOTCL)
         if (PLOTBAND)
            bandplot LimitUpper=SDF_UCL LimitLower=SDF_LCL x=TIME / &amp;amp;bandopts
                     display=(outline);
         else
            bandplot LimitUpper=SDF_UCL LimitLower=SDF_LCL x=TIME / &amp;amp;bandopts
                     datatransparency=Transparency;
         endif;
      endif;

      stepplot y=SURVIVAL x=TIME / &amp;amp;groups name="Survival" &amp;amp;tips;

      if (PLOTCENSORED)
         scatterplot y=CENSORED x=TIME / &amp;amp;groups &amp;amp;tipl &amp;amp;censored;
      endif;

      %if not &amp;amp;outside  %then %do;
         if (PLOTATRISK=1)
            innermargin / align=bottom;
               blockplot x=TATRISK block=ATRISK / class=CLASSATRISK &amp;amp;blockopts;
            endinnermargin;
         endif;
         %end;

      DiscreteLegend "Survival" / title=GROUPNAME location=outside;

      if (PLOTCENSORED)
         if (PLOTTEST)
            layout gridded / rows=2 &amp;amp;gridopts;
               entry &amp;amp;censorstr;
               %entry_p
            endlayout;
         else
            layout gridded / rows=1 &amp;amp;gridopts;
               entry &amp;amp;censorstr;
            endlayout;
         endif;
      else
         if (PLOTTEST)
            layout gridded / rows=1 &amp;amp;gridopts;
               %entry_p
            endlayout;
         endif;
      endif;
   %mend;

   %macro AtRiskLatticeStart;
      %if &amp;amp;outside %then %do;
         layout lattice / rows=2 rowweights=ROWWEIGHTS
                          columndatarange=union rowgutter=10;
         cell;
      %end;
   %mend;

   %macro AtRiskLatticeEnd(class);
      %if &amp;amp;outside %then %do;
         endcell;
         cell;
            layout overlay / walldisplay=none xaxisopts=(display=none);
               blockplot x=TATRISK block=ATRISK / &amp;amp;class &amp;amp;blockopts;
            endlayout;
         endcell;
      endlayout;
      %end; 
   %mend;

%SurvivalTemplate
%mend;</description>
      <pubDate>Sat, 05 Mar 2016 04:16:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/KM-plot-atrisk-template/m-p/254679#M9211</guid>
      <dc:creator>Anna_h</dc:creator>
      <dc:date>2016-03-05T04:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: KM plot :  atrisk template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/KM-plot-atrisk-template/m-p/254681#M9212</link>
      <description>&lt;P&gt;Can you format that please? There's no way I can read that...&lt;/P&gt;</description>
      <pubDate>Sat, 05 Mar 2016 04:44:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/KM-plot-atrisk-template/m-p/254681#M9212</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-03-05T04:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: KM plot :  atrisk template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/KM-plot-atrisk-template/m-p/254682#M9213</link>
      <description>&lt;P&gt;Look at xoptions macro value. Set the tickvaluelist values manually to what you want.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Mar 2016 04:47:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/KM-plot-atrisk-template/m-p/254682#M9213</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-03-05T04:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: KM plot :  atrisk template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/KM-plot-atrisk-template/m-p/254754#M9218</link>
      <description>Sorry I cannot format it well.  If you copy the link below and paste it to search.  That would be the original code from SAS.  The issue is that x-axis can only show up to 15 months regardless of how you set the xoptions: (tickvaluelist=(0 1 2.............15) ), Atrisk values can also go upto 15 months.  No show after 15 months event I do tickvaluelist=(0 1 2.............15 16 17)  or tickvaluelist=(0 2 4 ......30 32...).  Just wonder where is the option to extend beyond 15 months.

&lt;A href="http://support.sas.com/documentation/onlinedoc/stat/ex_code/121/templft2.html" target="_blank"&gt;http://support.sas.com/documentation/onlinedoc/stat/ex_code/121/templft2.html&lt;/A&gt;

Thanks,
Anna</description>
      <pubDate>Sat, 05 Mar 2016 18:27:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/KM-plot-atrisk-template/m-p/254754#M9218</guid>
      <dc:creator>Anna_h</dc:creator>
      <dc:date>2016-03-05T18:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: KM plot :  atrisk template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/KM-plot-atrisk-template/m-p/254755#M9219</link>
      <description>&lt;P&gt;So you modified the macro variable below and set the tickvaluelist to a fixed value 0-20 and it still only showed up to 15?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;   %let xOptions   = shortlabel=XNAME offsetmin=.05
                     linearopts=(viewmax=MAXTIME tickvaluelist=XTICKVALS
                                 tickvaluefitpolicy=XTICKVALFITPOL);&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Mar 2016 18:36:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/KM-plot-atrisk-template/m-p/254755#M9219</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-03-05T18:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: KM plot :  atrisk template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/KM-plot-atrisk-template/m-p/254756#M9220</link>
      <description>&lt;P&gt;The Survival Plot template in PROC Lifetest can get quite complex. &amp;nbsp;However, often it is easier to create the basic graph if you can extract the data from proc lifetest using ODS Output. &lt;A href="http://blogs.sas.com/content/graphicallyspeaking/2011/11/28/survival-plot-with-external-at-risk-table/" target="_blank"&gt;See this article&lt;/A&gt;&amp;nbsp;which&amp;nbsp;does exactly that, and then displays the Survival plot with a relatively simple SAS 9.2 template.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Mar 2016 19:09:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/KM-plot-atrisk-template/m-p/254756#M9220</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2016-03-05T19:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: KM plot :  atrisk template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/KM-plot-atrisk-template/m-p/254760#M9222</link>
      <description>This template works perfect with 15 months.  It does not show beyond 15 month regarding of what you do on tickvaluelist values.</description>
      <pubDate>Sat, 05 Mar 2016 19:57:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/KM-plot-atrisk-template/m-p/254760#M9222</guid>
      <dc:creator>Anna_h</dc:creator>
      <dc:date>2016-03-05T19:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: KM plot :  atrisk template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/KM-plot-atrisk-template/m-p/254761#M9223</link>
      <description>Sounds like a solution. Will try this.

Thanks,
Anna</description>
      <pubDate>Sat, 05 Mar 2016 20:00:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/KM-plot-atrisk-template/m-p/254761#M9223</guid>
      <dc:creator>Anna_h</dc:creator>
      <dc:date>2016-03-05T20:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: KM plot :  atrisk template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/KM-plot-atrisk-template/m-p/254762#M9224</link>
      <description>&lt;P&gt;Separately, If you can attach or send by private message the full runnable program with some data, it will be easier to help. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Mar 2016 20:06:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/KM-plot-atrisk-template/m-p/254762#M9224</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2016-03-05T20:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: KM plot :  atrisk template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/KM-plot-atrisk-template/m-p/254767#M9225</link>
      <description>&lt;P&gt;I tested it out, ran the template and then the sample from the documentation.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I could not replicate your issue.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please post your proc lifetest code, if&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13856"&gt;@Jay54﻿&lt;/a&gt;&amp;nbsp;solution doesn't work for you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Mar 2016 20:29:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/KM-plot-atrisk-template/m-p/254767#M9225</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-03-05T20:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: KM plot :  atrisk template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/KM-plot-atrisk-template/m-p/254771#M9226</link>
      <description>You are right.  This was the problem in proc lifetest: "maxtime=15" should be revised.   Problem solved.

Thanks for your time!
Anna

plots=survival(cb=hw atrisk=&amp;amp;g_tick_major1) intervals=&amp;amp;g_tick_major1 alphaqt=0.05  maxtime=15;</description>
      <pubDate>Sat, 05 Mar 2016 20:53:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/KM-plot-atrisk-template/m-p/254771#M9226</guid>
      <dc:creator>Anna_h</dc:creator>
      <dc:date>2016-03-05T20:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: KM plot :  atrisk template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/KM-plot-atrisk-template/m-p/254772#M9227</link>
      <description>It was a setting in proc lifetest "maxtime=15" need to be updated .....  Thank you for your time!   Anna</description>
      <pubDate>Sat, 05 Mar 2016 20:55:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/KM-plot-atrisk-template/m-p/254772#M9227</guid>
      <dc:creator>Anna_h</dc:creator>
      <dc:date>2016-03-05T20:55:22Z</dc:date>
    </item>
  </channel>
</rss>

