<?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 adjusting y axis in proc liftest statement survival curve in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/adjusting-y-axis-in-proc-liftest-statement-survival-curve/m-p/700800#M214510</link>
    <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I am trying to adjust the start of the survival curve in proc lifetest statement. For example, would it be possible to make the y-axis start from 0.2 instead of 0? here is my statement :&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc lifetest data=test plots=survival(cb=hw test);
   time period1 * outcome1(0);
   strata drug;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 22 Nov 2020 23:37:54 GMT</pubDate>
    <dc:creator>lillymaginta1</dc:creator>
    <dc:date>2020-11-22T23:37:54Z</dc:date>
    <item>
      <title>adjusting y axis in proc liftest statement survival curve</title>
      <link>https://communities.sas.com/t5/SAS-Programming/adjusting-y-axis-in-proc-liftest-statement-survival-curve/m-p/700800#M214510</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I am trying to adjust the start of the survival curve in proc lifetest statement. For example, would it be possible to make the y-axis start from 0.2 instead of 0? here is my statement :&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc lifetest data=test plots=survival(cb=hw test);
   time period1 * outcome1(0);
   strata drug;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 22 Nov 2020 23:37:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/adjusting-y-axis-in-proc-liftest-statement-survival-curve/m-p/700800#M214510</guid>
      <dc:creator>lillymaginta1</dc:creator>
      <dc:date>2020-11-22T23:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: adjusting y axis in proc liftest statement survival curve</title>
      <link>https://communities.sas.com/t5/SAS-Programming/adjusting-y-axis-in-proc-liftest-statement-survival-curve/m-p/700819#M214520</link>
      <description>&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_kaplan_sect018.htm&amp;amp;docsetVersion=15.2&amp;amp;locale=en"&gt;https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_kaplan_sect018.htm&amp;amp;docsetVersion=15.2&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are incredibly detailed customization examples in the documentation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 02:36:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/adjusting-y-axis-in-proc-liftest-statement-survival-curve/m-p/700819#M214520</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2020-11-23T02:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: adjusting y axis in proc liftest statement survival curve</title>
      <link>https://communities.sas.com/t5/SAS-Programming/adjusting-y-axis-in-proc-liftest-statement-survival-curve/m-p/700893#M214554</link>
      <description>&lt;P&gt;Thank you for the suggestion! I was able to use the following statement :&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%newsurv(DATA=nt, TIME= Time, CENS=outcome, CEN_VL=0, SUMMARY=0, CLASS=drug,&amp;nbsp;&amp;nbsp;&amp;nbsp; COLOR=black gray, PATTERN=solid, LINESIZE=1pt, SYMBOLSIZE=1pt, ymin= 20,
RISKLIST=0 to 100 by 10,RISKLOCATION=BOTTOM,RISKCOLOR=1);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 23 Nov 2020 13:31:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/adjusting-y-axis-in-proc-liftest-statement-survival-curve/m-p/700893#M214554</guid>
      <dc:creator>lillymaginta1</dc:creator>
      <dc:date>2020-11-23T13:31:40Z</dc:date>
    </item>
  </channel>
</rss>

