<?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 reg plots in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/proc-reg-plots/m-p/963224#M83945</link>
    <description>&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc reg data=sashelp.cars;
    title 'Regression Horsepower predicting MSRP';
    model msrp=horsepower;
run;
    title 'Plot Residual vs X';
    plot residual.*horsepower;
run;
    title 'Plot Residual vs Y';
    plot residual.*msrp;
run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Apr 2025 17:35:51 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2025-04-02T17:35:51Z</dc:date>
    <item>
      <title>proc reg plots</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-reg-plots/m-p/963220#M83942</link>
      <description>&lt;P&gt;How I can add a title for each plot i request in proc reg?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods graphics on&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc reg data=MyDat;&lt;BR /&gt;model y=x;&lt;BR /&gt;plot residual.*x;&lt;BR /&gt;plot residual.*y;&lt;BR /&gt;plot residual.*predicted.;&lt;BR /&gt;plot residual.*nqq. / nostat nomodel noline;&lt;BR /&gt;run;&lt;BR /&gt;ods graphics off;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is a probably simple option but I cannot find it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2025 15:58:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-reg-plots/m-p/963220#M83942</guid>
      <dc:creator>LLOUKINE</dc:creator>
      <dc:date>2025-04-02T15:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: proc reg plots</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-reg-plots/m-p/963222#M83943</link>
      <description>&lt;P&gt;Does the question mean: same title for each plot? Or does the question mean different title for each plot?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2025 17:13:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-reg-plots/m-p/963222#M83943</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2025-04-02T17:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: proc reg plots</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-reg-plots/m-p/963223#M83944</link>
      <description>&lt;P&gt;a different title for each plot.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2025 17:15:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-reg-plots/m-p/963223#M83944</guid>
      <dc:creator>LLOUKINE</dc:creator>
      <dc:date>2025-04-02T17:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: proc reg plots</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-reg-plots/m-p/963224#M83945</link>
      <description>&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc reg data=sashelp.cars;
    title 'Regression Horsepower predicting MSRP';
    model msrp=horsepower;
run;
    title 'Plot Residual vs X';
    plot residual.*horsepower;
run;
    title 'Plot Residual vs Y';
    plot residual.*msrp;
run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2025 17:35:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-reg-plots/m-p/963224#M83945</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2025-04-02T17:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: proc reg plots</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-reg-plots/m-p/963225#M83946</link>
      <description>&lt;P&gt;thank you! I appreciate it. let me try.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2025 17:40:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-reg-plots/m-p/963225#M83946</guid>
      <dc:creator>LLOUKINE</dc:creator>
      <dc:date>2025-04-02T17:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: proc reg plots</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-reg-plots/m-p/963229#M83947</link>
      <description>&lt;P&gt;It works but it is not exactly what I want. I would like to have a title inside the plat area. When I send the proc reg output to excel the plots are kinds of floating there. they can be easily moved, so I would like the plot title be on an image (inside the plot area). In that case if the plot is moved it can be easy identified by the title that is attached to the image.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2025 17:51:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-reg-plots/m-p/963229#M83947</guid>
      <dc:creator>LLOUKINE</dc:creator>
      <dc:date>2025-04-02T17:51:51Z</dc:date>
    </item>
  </channel>
</rss>

