<?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: Regression graphics in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Regression-graphics/m-p/252574#M9140</link>
    <description>&lt;P&gt;Thank you so much. Predicton panel is still a two-part. First part is predicted values plotted against X and second part is residuals plotted against X. Is there a way to just plot the first part. Can we do the same if using Proc Surveyreg?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ram Jain&lt;/P&gt;</description>
    <pubDate>Thu, 25 Feb 2016 23:03:08 GMT</pubDate>
    <dc:creator>RamJ</dc:creator>
    <dc:date>2016-02-25T23:03:08Z</dc:date>
    <item>
      <title>Regression graphics</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Regression-graphics/m-p/252546#M9138</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am using Proc REG and using plots=predictions(x=SMQ720) statement. I just want the graph that shown predicted values and smq720 on x-axis. How to just create that graph only and save it in a library. Also, can I craete the same graph if I use SURVEYREG?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ram Jain&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2016 21:29:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Regression-graphics/m-p/252546#M9138</guid>
      <dc:creator>RamJ</dc:creator>
      <dc:date>2016-02-25T21:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Regression graphics</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Regression-graphics/m-p/252570#M9139</link>
      <description>&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use the below code as an example to help you. In the quotes within ods listing gpath, put the output folder that you want the output to go to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods listing gpath = "yourdestination";&lt;BR /&gt;ods select predictionpanel;&lt;BR /&gt;proc reg data = sashelp.cars plots = prediction(x=weight);&lt;BR /&gt;model horsepower = weight;&lt;BR /&gt;run;&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;ODS TRACE ON was used to find the names of the outputs in Proc Reg, and then ODS SELECT was used to just select the prediction plots. Another alternative you could use is to output the dataset using output out statements and then plot the graph.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2016 22:34:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Regression-graphics/m-p/252570#M9139</guid>
      <dc:creator>djrisks</dc:creator>
      <dc:date>2016-02-25T22:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Regression graphics</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Regression-graphics/m-p/252574#M9140</link>
      <description>&lt;P&gt;Thank you so much. Predicton panel is still a two-part. First part is predicted values plotted against X and second part is residuals plotted against X. Is there a way to just plot the first part. Can we do the same if using Proc Surveyreg?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ram Jain&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2016 23:03:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Regression-graphics/m-p/252574#M9140</guid>
      <dc:creator>RamJ</dc:creator>
      <dc:date>2016-02-25T23:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Regression graphics</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Regression-graphics/m-p/252576#M9141</link>
      <description>&lt;P&gt;You're welcome. Instead of ods select Predictionpanel try using this instead&amp;nbsp;&lt;STRONG&gt;ods select FitPlot;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I'm not sure about Proc Surveyreg but the procedures should be similar. Either use &lt;STRONG&gt;ods select&lt;/STRONG&gt; to select the plot you want, or output the dataset using &lt;STRONG&gt;output out = data&lt;/STRONG&gt; and then plot the graph, and then output the graph as before using ods listing gpath.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2016 23:12:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Regression-graphics/m-p/252576#M9141</guid>
      <dc:creator>djrisks</dc:creator>
      <dc:date>2016-02-25T23:12:55Z</dc:date>
    </item>
  </channel>
</rss>

