<?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: How to control X-axes and Y-axis is CIF macro in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-control-X-axes-and-Y-axis-is-CIF-macro/m-p/595548#M171354</link>
    <description>&lt;P&gt;Great, then you can &lt;A href="https://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_lifetest_syntax01.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en" target="_self"&gt;use PROC LIFETEST,&lt;/A&gt;&amp;nbsp;as mentioned at &lt;A href="http://support.sas.com/kb/45/997.html" target="_blank"&gt;http://support.sas.com/kb/45/997.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use the OUTCIF= option in PROC LIFETEST to write the estimated CIF to a SAS data set, then you can use PROC SGPLOT and have complete control over the axes.&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>Thu, 10 Oct 2019 19:21:34 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2019-10-10T19:21:34Z</dc:date>
    <item>
      <title>How to control X-axes and Y-axis is CIF macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-control-X-axes-and-Y-axis-is-CIF-macro/m-p/595543#M171351</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am working on a huge data set (8+ million records), and I need to generate cumulative incidence curves where I can control the X-axis and Y-axis.&lt;/P&gt;&lt;P&gt;I am looking for fixed X-axis intervals (like 0, 2, 4, 6, 8, 10 years) rather than automatic sas generated axes values.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;%CIF(DATA=bmt,TIME=Ftime,STATUS=Status,EVENT=1,CENSORED=0,GROUP=Diagnosis,OPTIONS=NOTEST);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I used the OUT=cifout option, but the graphs I get from this are funky. I am not getting the same graphs as I originally got. Is there anyway I can modify the graph axes in the original macro code?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;%CIF(DATA=bmt,&lt;/SPAN&gt;&lt;SPAN&gt; OUT=&lt;STRONG&gt;cifout&lt;/STRONG&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;TIME=Ftime,STATUS=Status,EVENT=1,CENSORED=0,GROUP=Diagnosis,OPTIONS=NOTEST);&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%CIF(DATA=bmt,TIME=Ftime,STATUS=Status,EVENT=1,CENSORED=0,GROUP=Diagnosis,OPTIONS=NOTEST);



%CIF(DATA=bmt, OUT=cifout, TIME=Ftime,STATUS=Status,EVENT=1,CENSORED=0,GROUP=Diagnosis,OPTIONS=NOTEST);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for all your help in advance!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 19:02:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-control-X-axes-and-Y-axis-is-CIF-macro/m-p/595543#M171351</guid>
      <dc:creator>sms1891</dc:creator>
      <dc:date>2019-10-10T19:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to control X-axes and Y-axis is CIF macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-control-X-axes-and-Y-axis-is-CIF-macro/m-p/595544#M171352</link>
      <description>&lt;P&gt;What version of SAS are you running?&lt;/P&gt;
&lt;P&gt;%put &amp;amp;=SYSVLONG4;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 19:06:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-control-X-axes-and-Y-axis-is-CIF-macro/m-p/595544#M171352</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2019-10-10T19:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to control X-axes and Y-axis is CIF macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-control-X-axes-and-Y-axis-is-CIF-macro/m-p/595545#M171353</link>
      <description>&lt;P&gt;My SAS is 9.04.01M5P091317. I have SAS 9.04, Operating system LIN X64. I uses SAS enterprise guide 7.1.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 19:08:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-control-X-axes-and-Y-axis-is-CIF-macro/m-p/595545#M171353</guid>
      <dc:creator>sms1891</dc:creator>
      <dc:date>2019-10-10T19:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to control X-axes and Y-axis is CIF macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-control-X-axes-and-Y-axis-is-CIF-macro/m-p/595548#M171354</link>
      <description>&lt;P&gt;Great, then you can &lt;A href="https://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_lifetest_syntax01.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en" target="_self"&gt;use PROC LIFETEST,&lt;/A&gt;&amp;nbsp;as mentioned at &lt;A href="http://support.sas.com/kb/45/997.html" target="_blank"&gt;http://support.sas.com/kb/45/997.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use the OUTCIF= option in PROC LIFETEST to write the estimated CIF to a SAS data set, then you can use PROC SGPLOT and have complete control over the axes.&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>Thu, 10 Oct 2019 19:21:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-control-X-axes-and-Y-axis-is-CIF-macro/m-p/595548#M171354</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2019-10-10T19:21:34Z</dc:date>
    </item>
  </channel>
</rss>

