<?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: Lifetest x axis in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Lifetest-x-axis/m-p/834306#M23173</link>
    <description>I included the code in the post.&lt;BR /&gt;&lt;BR /&gt;SAS labels allow you to have user friendly names for variables in your graphs and reports. &lt;BR /&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/lestmtsref/n1r8ub0jx34xfsn1ppcjfe0u16pc.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/lestmtsref/n1r8ub0jx34xfsn1ppcjfe0u16pc.htm&lt;/A&gt;</description>
    <pubDate>Tue, 20 Sep 2022 15:51:07 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2022-09-20T15:51:07Z</dc:date>
    <item>
      <title>Lifetest x axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Lifetest-x-axis/m-p/834296#M23170</link>
      <description>&lt;P&gt;Hello - I have a dataset that looks like the below and a simple lifetest code. Why does the resulting graph show "day" on the x axis when it should be "week"?&amp;nbsp; Any easy way to fix? I'm using SAS for Academics/Studio/Learner.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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 2022-09-20 at 8.00.01 AM.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/75402i01941F6A0301DF49/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2022-09-20 at 8.00.01 AM.png" alt="Screen Shot 2022-09-20 at 8.00.01 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Dataset columns:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;ID.&amp;nbsp; Treatment. Week. Event. Censor.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Code:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;/*/&lt;/P&gt;
&lt;P&gt;proc lifetest data=mukm;&lt;BR /&gt;time week*censor(1); &lt;BR /&gt;strata Treatment;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;/*/&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you and best wishes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anissa&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 15:09:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Lifetest-x-axis/m-p/834296#M23170</guid>
      <dc:creator>anissak1</dc:creator>
      <dc:date>2022-09-20T15:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Lifetest x axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Lifetest-x-axis/m-p/834299#M23171</link>
      <description>&lt;P&gt;There must be a label attached to the variable Week, change the label.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The default label is different than day in Academics at least.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc lifetest data=mukm;
time week*censor(1);
strata Treatment;
label week = 'Week';
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 20 Sep 2022 15:41:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Lifetest-x-axis/m-p/834299#M23171</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-09-20T15:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Lifetest x axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Lifetest-x-axis/m-p/834301#M23172</link>
      <description>Thank you! How do I change the label (I’m relatively inexperienced)?&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Sep 2022 15:43:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Lifetest-x-axis/m-p/834301#M23172</guid>
      <dc:creator>anissak1</dc:creator>
      <dc:date>2022-09-20T15:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Lifetest x axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Lifetest-x-axis/m-p/834306#M23173</link>
      <description>I included the code in the post.&lt;BR /&gt;&lt;BR /&gt;SAS labels allow you to have user friendly names for variables in your graphs and reports. &lt;BR /&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/lestmtsref/n1r8ub0jx34xfsn1ppcjfe0u16pc.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/lestmtsref/n1r8ub0jx34xfsn1ppcjfe0u16pc.htm&lt;/A&gt;</description>
      <pubDate>Tue, 20 Sep 2022 15:51:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Lifetest-x-axis/m-p/834306#M23173</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-09-20T15:51:07Z</dc:date>
    </item>
  </channel>
</rss>

