<?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 Adding STRATUM values on title in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Adding-STRATUM-values-on-title/m-p/482942#M286930</link>
    <description>&lt;P&gt;I am using PROC LIFETEST and my output has two STRATUM. Is there a way I can display the&amp;nbsp;&lt;SPAN&gt;STRATUM values one by one on the title something like using #BYVAR(var)?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 31 Jul 2018 21:14:00 GMT</pubDate>
    <dc:creator>sfo</dc:creator>
    <dc:date>2018-07-31T21:14:00Z</dc:date>
    <item>
      <title>Adding STRATUM values on title</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-STRATUM-values-on-title/m-p/482942#M286930</link>
      <description>&lt;P&gt;I am using PROC LIFETEST and my output has two STRATUM. Is there a way I can display the&amp;nbsp;&lt;SPAN&gt;STRATUM values one by one on the title something like using #BYVAR(var)?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 21:14:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-STRATUM-values-on-title/m-p/482942#M286930</guid>
      <dc:creator>sfo</dc:creator>
      <dc:date>2018-07-31T21:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Adding STRATUM values on title</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-STRATUM-values-on-title/m-p/483199#M286931</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics on;
proc lifetest data=sashelp.BMT plots=survival(strata=individual);
   time T * Status(0);
   strata Group;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Have you tried the STRATA=INDIVIDUAL option?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 20:39:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-STRATUM-values-on-title/m-p/483199#M286931</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2018-08-01T20:39:08Z</dc:date>
    </item>
  </channel>
</rss>

