<?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 Modify proc lifetest axis lables and titles in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Modify-proc-lifetest-axis-lables-and-titles/m-p/716145#M34640</link>
    <description>&lt;P&gt;I need to modify the Label and&amp;nbsp; x / y axis of the Kaplan Meier curve. I modify the template due to restrictions on my system.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Codes I have tried -&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title 'KM';
axis1 label= ("yaxis");
axis2 label= ('xaxis');

proc lifetest data=graph3  DESCRIPTION='xyz'
maxtime =1000  plots=(survival ( atrisk=0 to 2500 by 250 outside nocensor ) );
time time*status(0);
strata class;
/*weight wgt;*/
/*title 'KM curve';*/
/*title2 'xyz';*/
/*axis1 label=( 'xaxis');*/
/*label time = 'days';*/
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nothing seems to work.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also need to modify the strata label names as well.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any other commands that I can use?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Feb 2021 17:23:20 GMT</pubDate>
    <dc:creator>riyaaora275</dc:creator>
    <dc:date>2021-02-02T17:23:20Z</dc:date>
    <item>
      <title>Modify proc lifetest axis lables and titles</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Modify-proc-lifetest-axis-lables-and-titles/m-p/716145#M34640</link>
      <description>&lt;P&gt;I need to modify the Label and&amp;nbsp; x / y axis of the Kaplan Meier curve. I modify the template due to restrictions on my system.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Codes I have tried -&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title 'KM';
axis1 label= ("yaxis");
axis2 label= ('xaxis');

proc lifetest data=graph3  DESCRIPTION='xyz'
maxtime =1000  plots=(survival ( atrisk=0 to 2500 by 250 outside nocensor ) );
time time*status(0);
strata class;
/*weight wgt;*/
/*title 'KM curve';*/
/*title2 'xyz';*/
/*axis1 label=( 'xaxis');*/
/*label time = 'days';*/
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nothing seems to work.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also need to modify the strata label names as well.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any other commands that I can use?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 17:23:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Modify-proc-lifetest-axis-lables-and-titles/m-p/716145#M34640</guid>
      <dc:creator>riyaaora275</dc:creator>
      <dc:date>2021-02-02T17:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Modify proc lifetest axis lables and titles</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Modify-proc-lifetest-axis-lables-and-titles/m-p/716161#M34643</link>
      <description>&lt;P&gt;Please see: &lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_kaplan_sect036.htm&amp;amp;locale=en"&gt;https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_kaplan_sect036.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The plots do not use traditional SAS Graph options. You can find examples of changing things for the displays at the above link.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 17:58:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Modify-proc-lifetest-axis-lables-and-titles/m-p/716161#M34643</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-02-02T17:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Modify proc lifetest axis lables and titles</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Modify-proc-lifetest-axis-lables-and-titles/m-p/716182#M34644</link>
      <description>&lt;P&gt;Yes. Refer to the chapter that &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;mentions. I wrote and revised that chapter over the course of several years before I retired from SAS. It has every KM plot modification that I ever heard that customers wanted to make. You might want to start with the examples here. &lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_kaplan_sect015.htm&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_kaplan_sect015.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 19:15:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Modify-proc-lifetest-axis-lables-and-titles/m-p/716182#M34644</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2021-02-02T19:15:00Z</dc:date>
    </item>
  </channel>
</rss>

