<?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 scatter plot with regression line and coefficient and pvalue using macro or proc template in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/scatter-plot-with-regression-line-and-coefficient-and-pvalue/m-p/354721#M12320</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is that possible to run out a scatter plot within multiple groups, also with regression line, coefficient and pvalue in one figure? I want use macro or dynamic proc template since I have lots of variables. I searched a lot, but didn't get a good example. Anyone can provide me some idea or example??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks so much.&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;</description>
    <pubDate>Sat, 29 Apr 2017 16:37:34 GMT</pubDate>
    <dc:creator>echoli</dc:creator>
    <dc:date>2017-04-29T16:37:34Z</dc:date>
    <item>
      <title>scatter plot with regression line and coefficient and pvalue using macro or proc template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/scatter-plot-with-regression-line-and-coefficient-and-pvalue/m-p/354721#M12320</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is that possible to run out a scatter plot within multiple groups, also with regression line, coefficient and pvalue in one figure? I want use macro or dynamic proc template since I have lots of variables. I searched a lot, but didn't get a good example. Anyone can provide me some idea or example??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks so much.&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;</description>
      <pubDate>Sat, 29 Apr 2017 16:37:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/scatter-plot-with-regression-line-and-coefficient-and-pvalue/m-p/354721#M12320</guid>
      <dc:creator>echoli</dc:creator>
      <dc:date>2017-04-29T16:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: scatter plot with regression line and coefficient and pvalue using macro or proc template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/scatter-plot-with-regression-line-and-coefficient-and-pvalue/m-p/354750#M12321</link>
      <description>&lt;P&gt;yes it is possible. If you would like to see lots of examples with sample code check out Robert Allisons work at &lt;A href="http://robslink.com/SAS/" target="_blank"&gt;http://robslink.com/SAS/#&lt;/A&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC REG also has quite a few&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Proc reg data=sashelp.class;
model height=weight;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;plotting capabilities.&amp;nbsp; there is even a PLOT statement.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Apr 2017 22:50:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/scatter-plot-with-regression-line-and-coefficient-and-pvalue/m-p/354750#M12321</guid>
      <dc:creator>ArtC</dc:creator>
      <dc:date>2017-04-29T22:50:53Z</dc:date>
    </item>
  </channel>
</rss>

