<?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: What codes are available that could help me adjust the y-axis in proc lifetest? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/What-codes-are-available-that-could-help-me-adjust-the-y-axis-in/m-p/783479#M249817</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can output the survival estimates to a data set and make your own plot using PROC SGPLOT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But maybe below references contain a viable solution as well (?) :&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Kaplan-Meier Survival Plotting Macro %NEWSURV&lt;BR /&gt;&lt;/STRONG&gt;Posted 07-20-2018 12:33 AM | by JeffMeyers&lt;BR /&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://communities.sas.com/t5/SAS-Communities-Library/Kaplan-Meier-Survival-Plotting-Macro-NEWSURV/ta-p/479747" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/Kaplan-Meier-Survival-Plotting-Macro-NEWSURV/ta-p/479747&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;SAS/STAT® 15.2 User's Guide&lt;BR /&gt;Customizing the Kaplan-Meier Survival Plot&lt;BR /&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://go.documentation.sas.com/doc/en/statug/15.2/statug_kaplan_toc.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/statug/15.2/statug_kaplan_toc.htm&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;Creating and customizing the Kaplan-Meier Survival Plot in PROC LIFETEST&lt;BR /&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://video.sas.com/detail/video/2918155168001/creating-and-customizing-the-kaplan-meier-survival-plot-in-proc-lifetest" target="_blank"&gt;https://video.sas.com/detail/video/2918155168001/creating-and-customizing-the-kaplan-meier-survival-plot-in-proc-lifetest&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;Paper 427-2013&lt;BR /&gt;Creating and Customizing the Kaplan-Meier Survival Plot in PROC LIFETEST&lt;BR /&gt;Warren F. Kuhfeld and Ying So, SAS Institute Inc.&lt;BR /&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://support.sas.com/resources/papers/proceedings13/427-2013.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings13/427-2013.pdf&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
    <pubDate>Wed, 01 Dec 2021 22:49:32 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2021-12-01T22:49:32Z</dc:date>
    <item>
      <title>What codes are available that could help me adjust the y-axis in proc lifetest?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-codes-are-available-that-could-help-me-adjust-the-y-axis-in/m-p/783477#M249815</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This was part of the output from the code below, I was wondering if there was a way to space out the y-axis so that we can see the differences between the lines more clearly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* Task #1: Log Rank */&lt;BR /&gt;proc lifetest plots=survival (test atrisk) notable;&lt;BR /&gt;time MIdays*MI(0);&lt;BR /&gt;/*strata trtmt*/;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-12-01 at 4.16.20 PM.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/66317i5C4CA01071212B5C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2021-12-01 at 4.16.20 PM.png" alt="Screen Shot 2021-12-01 at 4.16.20 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2021 22:21:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-codes-are-available-that-could-help-me-adjust-the-y-axis-in/m-p/783477#M249815</guid>
      <dc:creator>FrustratedBio</dc:creator>
      <dc:date>2021-12-01T22:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: What codes are available that could help me adjust the y-axis in proc lifetest?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-codes-are-available-that-could-help-me-adjust-the-y-axis-in/m-p/783479#M249817</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can output the survival estimates to a data set and make your own plot using PROC SGPLOT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But maybe below references contain a viable solution as well (?) :&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Kaplan-Meier Survival Plotting Macro %NEWSURV&lt;BR /&gt;&lt;/STRONG&gt;Posted 07-20-2018 12:33 AM | by JeffMeyers&lt;BR /&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://communities.sas.com/t5/SAS-Communities-Library/Kaplan-Meier-Survival-Plotting-Macro-NEWSURV/ta-p/479747" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/Kaplan-Meier-Survival-Plotting-Macro-NEWSURV/ta-p/479747&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;SAS/STAT® 15.2 User's Guide&lt;BR /&gt;Customizing the Kaplan-Meier Survival Plot&lt;BR /&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://go.documentation.sas.com/doc/en/statug/15.2/statug_kaplan_toc.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/statug/15.2/statug_kaplan_toc.htm&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;Creating and customizing the Kaplan-Meier Survival Plot in PROC LIFETEST&lt;BR /&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://video.sas.com/detail/video/2918155168001/creating-and-customizing-the-kaplan-meier-survival-plot-in-proc-lifetest" target="_blank"&gt;https://video.sas.com/detail/video/2918155168001/creating-and-customizing-the-kaplan-meier-survival-plot-in-proc-lifetest&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;Paper 427-2013&lt;BR /&gt;Creating and Customizing the Kaplan-Meier Survival Plot in PROC LIFETEST&lt;BR /&gt;Warren F. Kuhfeld and Ying So, SAS Institute Inc.&lt;BR /&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://support.sas.com/resources/papers/proceedings13/427-2013.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings13/427-2013.pdf&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2021 22:49:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-codes-are-available-that-could-help-me-adjust-the-y-axis-in/m-p/783479#M249817</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-12-01T22:49:32Z</dc:date>
    </item>
  </channel>
</rss>

