<?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 plot two lines with confidence bands in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/How-to-plot-two-lines-with-confidence-bands/m-p/323359#M11318</link>
    <description>&lt;P&gt;Use&lt;A href="http://support.sas.com/documentation/cdl/en/grstatproc/69716/HTML/default/viewer.htm#n1jkqnmk6y6ms9n1b2vvubyzqd4a.htm" target="_self"&gt; the SERIES statement &lt;/A&gt;in PROC SGPLOT for the lines. Use &lt;A href="http://support.sas.com/documentation/cdl/en/grstatproc/69716/HTML/default/viewer.htm#n1t2ihc734azuvn17021ri2cl057.htm" target="_self"&gt;the BAND statement&lt;/A&gt; for the colored bands. &amp;nbsp;Use the GROUP= option to include the categorical variable:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=mydata;
band x=year lower=lower95 upper=upper95 / group=cat transparency=0.5;
series x=year y=Value / group=cat;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 09 Jan 2017 14:24:14 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2017-01-09T14:24:14Z</dc:date>
    <item>
      <title>How to plot two lines with confidence bands</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-plot-two-lines-with-confidence-bands/m-p/323349#M11317</link>
      <description>&lt;P&gt;I am trying to plot two lines with confidence bands i one area.&lt;/P&gt;&lt;P&gt;How can i achieve this in SAS 9.4M3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Something that looks like this&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/6635i4CE655406A820533/image-size/medium?v=v2&amp;amp;px=-1" border="0" alt="plot.PNG" title="plot.PNG" /&gt;&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 14:08:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-plot-two-lines-with-confidence-bands/m-p/323349#M11317</guid>
      <dc:creator>avzkd</dc:creator>
      <dc:date>2017-01-09T14:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot two lines with confidence bands</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-plot-two-lines-with-confidence-bands/m-p/323359#M11318</link>
      <description>&lt;P&gt;Use&lt;A href="http://support.sas.com/documentation/cdl/en/grstatproc/69716/HTML/default/viewer.htm#n1jkqnmk6y6ms9n1b2vvubyzqd4a.htm" target="_self"&gt; the SERIES statement &lt;/A&gt;in PROC SGPLOT for the lines. Use &lt;A href="http://support.sas.com/documentation/cdl/en/grstatproc/69716/HTML/default/viewer.htm#n1t2ihc734azuvn17021ri2cl057.htm" target="_self"&gt;the BAND statement&lt;/A&gt; for the colored bands. &amp;nbsp;Use the GROUP= option to include the categorical variable:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=mydata;
band x=year lower=lower95 upper=upper95 / group=cat transparency=0.5;
series x=year y=Value / group=cat;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 09 Jan 2017 14:24:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-plot-two-lines-with-confidence-bands/m-p/323359#M11318</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-01-09T14:24:14Z</dc:date>
    </item>
  </channel>
</rss>

