<?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: Modifying survival plots using PROC GPLOT in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Modifying-survival-plots-using-PROC-GPLOT/m-p/515785#M73247</link>
    <description>&lt;P&gt;Don't use gplot.&amp;nbsp; Use proc lifetest.&amp;nbsp; There is an entire chapter of the documentation devoted to helping you.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="r"&gt;
&lt;DIV class="TbwUpd"&gt;&lt;CITE class="iUh30"&gt;&lt;A href="https://support.sas.com/documentation/onlinedoc/stat/142/kaplan.pdf" target="_blank"&gt;https://support.sas.com/documentation/onlinedoc/stat/142/kaplan.pdf&lt;/A&gt;&lt;/CITE&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV class="action-menu ab_ctl"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="s"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="s"&gt;You don't have to understand the macro language to copy and paste code.&lt;/DIV&gt;</description>
    <pubDate>Sun, 25 Nov 2018 16:28:47 GMT</pubDate>
    <dc:creator>WarrenKuhfeld</dc:creator>
    <dc:date>2018-11-25T16:28:47Z</dc:date>
    <item>
      <title>Modifying survival plots using PROC GPLOT</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Modifying-survival-plots-using-PROC-GPLOT/m-p/515649#M73244</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would appreciate some help with my code.&lt;/P&gt;&lt;P&gt;I am trying to modify kaplan-meier (survival) curves using ProcGPLOT.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not experienced with Macros so would prefer to refrain from that at the moment.&lt;/P&gt;&lt;P&gt;I am especially interested in changing Axis labels and axis values&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using this code I am unable to produce the plots:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods output homtests=homeT;&lt;BR /&gt;proc lifetest data=Dataset.CUD_surv_Final outsurv= LTEstimates;&lt;BR /&gt;TIME duration_time*lMAUD5(0);&lt;BR /&gt;strata Nethrace;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;goptions reset=all;&lt;BR /&gt;axis1 label=(angle=90 'Cumulative Probability of Transition to CUD') order=(0.0 to 1 by 0.25) ;&lt;BR /&gt;axis2 label=('Time Since Onset of Cannabis Use (Years)')order=(0 to 60 by 10) ;&lt;BR /&gt;proc gplot data= LTEstimates;&lt;BR /&gt;plot lMAUD5 * duration_time = NETHRACE / vaxis=axis1 haxis=axis2; ;&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone lead me in the right direction?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 23 Nov 2018 20:07:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Modifying-survival-plots-using-PROC-GPLOT/m-p/515649#M73244</guid>
      <dc:creator>Psychiatrist</dc:creator>
      <dc:date>2018-11-23T20:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying survival plots using PROC GPLOT</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Modifying-survival-plots-using-PROC-GPLOT/m-p/515785#M73247</link>
      <description>&lt;P&gt;Don't use gplot.&amp;nbsp; Use proc lifetest.&amp;nbsp; There is an entire chapter of the documentation devoted to helping you.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="r"&gt;
&lt;DIV class="TbwUpd"&gt;&lt;CITE class="iUh30"&gt;&lt;A href="https://support.sas.com/documentation/onlinedoc/stat/142/kaplan.pdf" target="_blank"&gt;https://support.sas.com/documentation/onlinedoc/stat/142/kaplan.pdf&lt;/A&gt;&lt;/CITE&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV class="action-menu ab_ctl"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="s"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="s"&gt;You don't have to understand the macro language to copy and paste code.&lt;/DIV&gt;</description>
      <pubDate>Sun, 25 Nov 2018 16:28:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Modifying-survival-plots-using-PROC-GPLOT/m-p/515785#M73247</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2018-11-25T16:28:47Z</dc:date>
    </item>
  </channel>
</rss>

