<?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 Kaplan Meier plot black and white with confidence bands in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Kaplan-Meier-plot-black-and-white-with-confidence-bands/m-p/681618#M32759</link>
    <description>&lt;P&gt;H everyone,&lt;/P&gt;
&lt;P&gt;I am creating a Kaplan Meier curve using the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc lifetest data=have atrisk plots=survival(atrisk (atrisktickonly outside ) cb=hw test ) ;
time time*Censor(0);
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I would like the plot to be black and white and the confidence limit bands to be presented as dotted lines without fill in colour in between, for publication purposes.&lt;/P&gt;
&lt;P&gt;Any help?&lt;/P&gt;</description>
    <pubDate>Fri, 04 Sep 2020 12:53:31 GMT</pubDate>
    <dc:creator>ammarhm</dc:creator>
    <dc:date>2020-09-04T12:53:31Z</dc:date>
    <item>
      <title>Kaplan Meier plot black and white with confidence bands</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Kaplan-Meier-plot-black-and-white-with-confidence-bands/m-p/681618#M32759</link>
      <description>&lt;P&gt;H everyone,&lt;/P&gt;
&lt;P&gt;I am creating a Kaplan Meier curve using the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc lifetest data=have atrisk plots=survival(atrisk (atrisktickonly outside ) cb=hw test ) ;
time time*Censor(0);
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I would like the plot to be black and white and the confidence limit bands to be presented as dotted lines without fill in colour in between, for publication purposes.&lt;/P&gt;
&lt;P&gt;Any help?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2020 12:53:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Kaplan-Meier-plot-black-and-white-with-confidence-bands/m-p/681618#M32759</guid>
      <dc:creator>ammarhm</dc:creator>
      <dc:date>2020-09-04T12:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Kaplan Meier plot black and white with confidence bands</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Kaplan-Meier-plot-black-and-white-with-confidence-bands/m-p/681688#M32765</link>
      <description>&lt;P&gt;Use one of the journal styles.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_odsgraph_sect049.htm&amp;amp;docsetVersion=15.2&amp;amp;locale=en" target="_blank" rel="noopener"&gt;https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_odsgraph_sect049.htm&amp;amp;docsetVersion=15.2&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2020 16:47:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Kaplan-Meier-plot-black-and-white-with-confidence-bands/m-p/681688#M32765</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2020-09-04T16:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Kaplan Meier plot black and white with confidence bands</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Kaplan-Meier-plot-black-and-white-with-confidence-bands/m-p/681690#M32766</link>
      <description>&lt;P&gt;You can do this by selecting one of the many Journal styles which are black and white styles. You can designate a style either using the STYLE= option in an ODS destination statement or in the SAS Display Manage interface by clicking Tools:Options:Preferences, then in the Results tab, the Style menu will show you all of the available styles including all of the Journal styles. If you select one of the Journal styles in the menu, you can then re-run your analysis and the results will be presented in that style. Or, you can precede your analysis with an ODS statement like the following (assuming you are creating HTML results in the HTML destination):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods html style=journal;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2020 16:49:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Kaplan-Meier-plot-black-and-white-with-confidence-bands/m-p/681690#M32766</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2020-09-04T16:49:13Z</dc:date>
    </item>
  </channel>
</rss>

