<?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: proc template - layout lattice - regression in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/proc-template-layout-lattice-regression/m-p/639890#M30616</link>
    <description>Tks &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/2153"&gt;@JeffMeyers&lt;/a&gt;!&lt;BR /&gt;&lt;BR /&gt;exactly what I wanted!!!&lt;BR /&gt;I've tried before with layout globallegend, but this excluded any other descretelegend that I've specified before!&lt;BR /&gt;&lt;BR /&gt;Tks a lot!!!</description>
    <pubDate>Tue, 14 Apr 2020 20:50:51 GMT</pubDate>
    <dc:creator>antor82</dc:creator>
    <dc:date>2020-04-14T20:50:51Z</dc:date>
    <item>
      <title>proc template - layout lattice - regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-template-layout-lattice-regression/m-p/639820#M30607</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to finalise the attached figure&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="antor82_0-1586880087387.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/38307i69C2207F29476364/image-size/medium?v=v2&amp;amp;px=400" role="button" title="antor82_0-1586880087387.png" alt="antor82_0-1586880087387.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;by adding at the bottom of the image the legends for the fit line, 95% confidence limits and 95% prediction limits.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Something like this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Regr_Amil_AL.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/38309iDC34FA1E8A358AB8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Regr_Amil_AL.png" alt="Regr_Amil_AL.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;with only one legend at the end of the three graphs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AntoR82&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2020 16:04:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-template-layout-lattice-regression/m-p/639820#M30607</guid>
      <dc:creator>antor82</dc:creator>
      <dc:date>2020-04-14T16:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: proc template - layout lattice - regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-template-layout-lattice-regression/m-p/639834#M30608</link>
      <description>&lt;P&gt;If you are looking for suggestions to modify code then you need to supply the code you are currently using. If you have created a template then we need to see the code for the template. Otherwise we have no place to start with suggestions.&lt;/P&gt;
&lt;P&gt;Best would be to include example data in the form of data step code and the Proc Sgrender code used to apply the template as well.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2020 16:41:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-template-layout-lattice-regression/m-p/639834#M30608</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-04-14T16:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: proc template - layout lattice - regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-template-layout-lattice-regression/m-p/639847#M30611</link>
      <description>&lt;P&gt;Since you are using a lattice layout (I'm assuming) you should have access to the SIDEBAR blocks.&amp;nbsp; Add something like this to your graph (before the LAYOUT OVERLAY blocks):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;SIDEBAR / align=bottom;
     discretelegend "Fit" "CI" / your desired options;
ENDSIDEBAR;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Then in ONE of your three graphs add the NAME option to name the graph "Fit" or "CI" (I don't know if these come from the same statement or not) and it should add that one graph to your legend.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;layout overlay / options;
     YOURGRAPHSTATEMENT ... / NAME="Fit" other options;
endlayout;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 14 Apr 2020 17:48:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-template-layout-lattice-regression/m-p/639847#M30611</guid>
      <dc:creator>JeffMeyers</dc:creator>
      <dc:date>2020-04-14T17:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: proc template - layout lattice - regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-template-layout-lattice-regression/m-p/639890#M30616</link>
      <description>Tks &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/2153"&gt;@JeffMeyers&lt;/a&gt;!&lt;BR /&gt;&lt;BR /&gt;exactly what I wanted!!!&lt;BR /&gt;I've tried before with layout globallegend, but this excluded any other descretelegend that I've specified before!&lt;BR /&gt;&lt;BR /&gt;Tks a lot!!!</description>
      <pubDate>Tue, 14 Apr 2020 20:50:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-template-layout-lattice-regression/m-p/639890#M30616</guid>
      <dc:creator>antor82</dc:creator>
      <dc:date>2020-04-14T20:50:51Z</dc:date>
    </item>
  </channel>
</rss>

