<?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: Graph Multiple Regression with 2 lines in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Graph-Multiple-Regression-with-2-lines/m-p/401530#M13716</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/169798"&gt;@LGrau&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;It gets really crazy ! Plus, doing that doesn't include my full model.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The full model has drug use, age, baseline score, bmi, income, high school, marijuana use, etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Which would make that a 7+ dimension graph. We don't really have good technology for displaying 3 dimensions and you want to display more than 4 more? In&amp;nbsp;a single plot?&lt;/P&gt;</description>
    <pubDate>Thu, 05 Oct 2017 22:03:13 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2017-10-05T22:03:13Z</dc:date>
    <item>
      <title>Graph Multiple Regression with 2 lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graph-Multiple-Regression-with-2-lines/m-p/401465#M13707</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a graph for a multiple regression (used PROC GLM to create) with 9 covariates. I want to make a graph with two lines (druguse=0 and druguse=1), plugging in for 'typical' values of the other covariates (ie, age50, race=white, etc).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is that even possible? I am using SAS Studio.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's what I've done so far:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC SGPLOT DATA=sample.name;&lt;/P&gt;&lt;P&gt;SCATTER X=BASELINE Y=CHANGE/GROUP=DRUGUSE;&lt;/P&gt;&lt;P&gt;REG X=BASELINE Y=CHANGE/CLI CLM NOMARKERS;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, this REG doesn't include all my covariates! Not sure what to do!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 17:59:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graph-Multiple-Regression-with-2-lines/m-p/401465#M13707</guid>
      <dc:creator>LGrau</dc:creator>
      <dc:date>2017-10-05T17:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Multiple Regression with 2 lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graph-Multiple-Regression-with-2-lines/m-p/401466#M13708</link>
      <description>&lt;P&gt;Add GROUP=DRUGUSE to the REG statement as well.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 18:01:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graph-Multiple-Regression-with-2-lines/m-p/401466#M13708</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2017-10-05T18:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Multiple Regression with 2 lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graph-Multiple-Regression-with-2-lines/m-p/401467#M13709</link>
      <description>&lt;P&gt;Typically a regression plot with multiple lines is only made when there is a CLASS variable (although there could be more than one) and a single continuous variable--the kind of graph you made with PROC SGPLOT.&amp;nbsp; What is it you want?&amp;nbsp; How do the other variables enter in?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 18:02:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graph-Multiple-Regression-with-2-lines/m-p/401467#M13709</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-10-05T18:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Multiple Regression with 2 lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graph-Multiple-Regression-with-2-lines/m-p/401469#M13711</link>
      <description>&lt;P&gt;It gets really crazy ! Plus, doing that doesn't include my full model.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The full model has drug use, age, baseline score, bmi, income, high school, marijuana use, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 18:05:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graph-Multiple-Regression-with-2-lines/m-p/401469#M13711</guid>
      <dc:creator>LGrau</dc:creator>
      <dc:date>2017-10-05T18:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Multiple Regression with 2 lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graph-Multiple-Regression-with-2-lines/m-p/401472#M13713</link>
      <description>&lt;DIV class=" block-mark"&gt;&lt;SPAN class="sec-keyword"&gt;My Model is this:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=" block-mark"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=" block-mark"&gt;&lt;SPAN class="sec-keyword"&gt;PROC&lt;/SPAN&gt; &lt;SPAN class="sec-keyword"&gt;GLM&lt;/SPAN&gt; &lt;SPAN class="keyword"&gt;DATA&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;=&lt;/SPAN&gt;&lt;SPAN class="text"&gt;BIOS6623.AGG_MENT&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="keyword"&gt;CLASS&lt;/SPAN&gt;&lt;SPAN class="text"&gt; INCOME2&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="keyword"&gt;MODEL&lt;/SPAN&gt;&lt;SPAN class="text"&gt; DELTAAGGMENT&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;=&lt;/SPAN&gt;&lt;SPAN class="text"&gt;AGG_MENT0 HARD_DRUGS AGE BMI MARI ALCOHOL CSMOKER INCOME2 HS ADHY2_ NHW&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;/&lt;/SPAN&gt;&lt;SPAN class="keyword"&gt;SOLUTION&lt;/SPAN&gt; &lt;SPAN class="keyword"&gt;CLPARM&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="keyword"&gt;TITLE&lt;/SPAN&gt; &lt;SPAN class="string"&gt;"MODEL 1: FULL MODEL FOR CHANGE IN AGGREGATE MENTAL SCORE FOR ALL VARIABLES"&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="sec-keyword"&gt;QUIT&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;;&lt;/SPAN&gt; &lt;SPAN class="keyword"&gt;TITLE&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="sep"&gt;I want to create a graph with two lines (Hard_Drugs=1 and Hard_Drugs=0), with age=50 race=NHW Mari=0 alcohol=0 HS=0 ADHY2=1 CSMOKER=0, etc.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="sep"&gt;This is the code I have so far, but it is not happening.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="sep"&gt;PROC SGPLOT DATA=BIOS6623.AGG_MENT;&lt;BR /&gt;TITLE "CHANGE IN AGGREGATE MENTAL SCORE";&lt;BR /&gt;SCATTER X=AGG_MENT0 Y=DELTAAGGMENT/GROUP=HARD_DRUGS;&lt;BR /&gt;REG X=AGG_MENT0 Y=DELTAAGGMENT/GROUP=HARD_DRUGS CLI CLM NOMARKERS;&lt;BR /&gt;RUN;TITLE;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 05 Oct 2017 18:11:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graph-Multiple-Regression-with-2-lines/m-p/401472#M13713</guid>
      <dc:creator>LGrau</dc:creator>
      <dc:date>2017-10-05T18:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Multiple Regression with 2 lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graph-Multiple-Regression-with-2-lines/m-p/401474#M13714</link>
      <description>&lt;P&gt;It might be that the EFFECT and EFFECTPLOT statements in many of the modeling procedures&amp;nbsp; (but not GLM) can do what you want.&amp;nbsp; Sorry, but I don't have time today to play with this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_introcom_sect015.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_introcom_sect015.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_introcom_sect025.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_introcom_sect025.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 18:30:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graph-Multiple-Regression-with-2-lines/m-p/401474#M13714</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-10-05T18:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Multiple Regression with 2 lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graph-Multiple-Regression-with-2-lines/m-p/401512#M13715</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics on;
proc orthoreg data=sashelp.class;
   class sex;
   effectplot slicefit;
   model weight = height age sex;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;See if this gets you going in the right direction.&amp;nbsp; I hope this helps.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 21:10:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graph-Multiple-Regression-with-2-lines/m-p/401512#M13715</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-10-05T21:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Multiple Regression with 2 lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graph-Multiple-Regression-with-2-lines/m-p/401530#M13716</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/169798"&gt;@LGrau&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;It gets really crazy ! Plus, doing that doesn't include my full model.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The full model has drug use, age, baseline score, bmi, income, high school, marijuana use, etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Which would make that a 7+ dimension graph. We don't really have good technology for displaying 3 dimensions and you want to display more than 4 more? In&amp;nbsp;a single plot?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 22:03:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graph-Multiple-Regression-with-2-lines/m-p/401530#M13716</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-10-05T22:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Multiple Regression with 2 lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graph-Multiple-Regression-with-2-lines/m-p/401788#M13729</link>
      <description>&lt;P&gt;For a discussion and examples of using the EFFECTPLOT statement to slice and dice high-dimensional regression models, see &lt;A href="https://blogs.sas.com/content/iml/2016/06/22/sas-effectplot-statement.html" target="_self"&gt;"Use the EFFECTPLOT statement to visualize regression models in SAS."&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 14:23:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graph-Multiple-Regression-with-2-lines/m-p/401788#M13729</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-10-06T14:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Multiple Regression with 2 lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graph-Multiple-Regression-with-2-lines/m-p/401904#M13743</link>
      <description>&lt;P&gt;This worked! However, it fits de line using the means of the covariates. Is there a way to fit with me specifying which values to use?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 19:55:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graph-Multiple-Regression-with-2-lines/m-p/401904#M13743</guid>
      <dc:creator>LGrau</dc:creator>
      <dc:date>2017-10-06T19:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Multiple Regression with 2 lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graph-Multiple-Regression-with-2-lines/m-p/401926#M13745</link>
      <description>&lt;P&gt;Yes. My blog post &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_introcom_sect027.htm#statug.introcom.efpl_slicebyhttp://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_introcom_sect027.htm#statug.introcom.efpl_sliceby" target="_self"&gt;links to the documentation.&lt;/A&gt;&amp;nbsp;You might want to look at the AT= option.&lt;/P&gt;
&lt;P&gt;You can specify statistics (mean, min, max, midrange) or specify particular values:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="xis-codeBlock"&gt;effectplot / at(x=min max x=2 5 7);&lt;/PRE&gt;</description>
      <pubDate>Fri, 06 Oct 2017 20:32:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graph-Multiple-Regression-with-2-lines/m-p/401926#M13745</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-10-06T20:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Multiple Regression with 2 lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graph-Multiple-Regression-with-2-lines/m-p/401933#M13746</link>
      <description>&lt;P&gt;That gives me the error "VARIABLE CONFIGURATION IS NOT CURRENTLY SUPPORTED BY THE EFFECTPLOT STATEMENT"&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 20:35:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graph-Multiple-Regression-with-2-lines/m-p/401933#M13746</guid>
      <dc:creator>LGrau</dc:creator>
      <dc:date>2017-10-06T20:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Multiple Regression with 2 lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graph-Multiple-Regression-with-2-lines/m-p/401936#M13747</link>
      <description>&lt;P&gt;Please post your code and specify what version of SAS you are running.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 20:39:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graph-Multiple-Regression-with-2-lines/m-p/401936#M13747</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-10-06T20:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Multiple Regression with 2 lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graph-Multiple-Regression-with-2-lines/m-p/401938#M13748</link>
      <description>&lt;P&gt;I'm using SAS Studio!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods graphics on;&lt;BR /&gt;proc orthoreg data=BIOS6623.AGG_MENT;&lt;BR /&gt;CLASS HARD_DRUGS INCOME2;&lt;BR /&gt;effectplot slicefit/ cli clm;&lt;BR /&gt;model DELTAAGGMENT=AGG_MENT0 HARD_DRUGS AGE BMI MARI ALCOHOL CSMOKER INCOME2 HS ADHY2_ NHW;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc orthoreg data=BIOS6623.AGG_PHYS;&lt;BR /&gt;CLASS HARD_DRUGS INCOME2;&lt;BR /&gt;effectplot slicefit/ cli clm;&lt;BR /&gt;model DELTAAGGPHYS=AGG_PHYS0 HARD_DRUGS AGE BMI MARI ALCOHOL CSMOKER INCOME2 HS ADHY2_ NHW;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc orthoreg data=BIOS6623.LEU3N;&lt;BR /&gt;CLASS HARD_DRUGS INCOME2;&lt;BR /&gt;effectplot slicefit/ cli clm;&lt;BR /&gt;model DELTALEU3N=LEU3N0 HARD_DRUGS AGE BMI MARI ALCOHOL CSMOKER INCOME2 HS ADHY2_ NHW ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc orthoreg data=BIOS6623.LOG10VLOAD;&lt;BR /&gt;CLASS HARD_DRUGS INCOME2;&lt;BR /&gt;effectplot slicefit/ cli clm;&lt;BR /&gt;model LOGVLOAD= LOGVLOAD0 HARD_DRUGS AGE BMI MARI ALCOHOL CSMOKER INCOME2 HS ADHY2_ NHW ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 20:40:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graph-Multiple-Regression-with-2-lines/m-p/401938#M13748</guid>
      <dc:creator>LGrau</dc:creator>
      <dc:date>2017-10-06T20:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Multiple Regression with 2 lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graph-Multiple-Regression-with-2-lines/m-p/402070#M13756</link>
      <description>&lt;P&gt;SAS Studio is an interface. It does not tell me what version of SAS you are using by running&lt;/P&gt;
&lt;PRE class="sas"&gt;&lt;SPAN&gt;%put&lt;/SPAN&gt; SYSVLONG = &lt;SPAN&gt;&amp;amp;SYSVLONG&lt;/SPAN&gt;;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The examples you posted do not use the AT= option. Please post the code that is giving the error, along with the portion of the SAS log that shows the error messages.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Oct 2017 11:45:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graph-Multiple-Regression-with-2-lines/m-p/402070#M13756</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-10-07T11:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Multiple Regression with 2 lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graph-Multiple-Regression-with-2-lines/m-p/402370#M13763</link>
      <description>&lt;P&gt;I do not know the valid values of your continuous variables, but try something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;CLASS HARD_DRUGS INCOME2;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;effectplot slicefit/&amp;nbsp; at(&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;AGE =&amp;nbsp;30&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;BMI = 25&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MARI = 0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ALCOHOL = 1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CSMOKER = 1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;HS = 1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ADHY2_ NHW = 0;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Whatever value you use on the right-hand side will determine the value at which the model is evaluated for the&amp;nbsp;effectplot. The first continuous variable MODEL statement (AGG_MENT0&amp;nbsp;) determines the continuous axis for the effect&amp;nbsp;plot.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2017 14:03:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graph-Multiple-Regression-with-2-lines/m-p/402370#M13763</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-10-09T14:03:11Z</dc:date>
    </item>
  </channel>
</rss>

