<?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 how to present the result of simple linear regression. in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/how-to-present-the-result-of-simple-linear-regression/m-p/272888#M9738</link>
    <description>&lt;P&gt;&lt;FONT size="2"&gt;Is there any simple way&amp;nbsp;to create one single&amp;nbsp;graph(maybe&amp;nbsp;a pannel with four&amp;nbsp;quad)&amp;nbsp;to present the result of simple linear regression including the fitted line, 95% of confidence limits, R-square, model paremeter estimate and its p-values,&amp;nbsp;&amp;nbsp;normality Kolmogorov-Smirnov test result(p-value)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;I'm very aprecitive of any helps.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Joe&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 24 May 2016 21:13:28 GMT</pubDate>
    <dc:creator>t75wez1</dc:creator>
    <dc:date>2016-05-24T21:13:28Z</dc:date>
    <item>
      <title>how to present the result of simple linear regression.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-present-the-result-of-simple-linear-regression/m-p/272888#M9738</link>
      <description>&lt;P&gt;&lt;FONT size="2"&gt;Is there any simple way&amp;nbsp;to create one single&amp;nbsp;graph(maybe&amp;nbsp;a pannel with four&amp;nbsp;quad)&amp;nbsp;to present the result of simple linear regression including the fitted line, 95% of confidence limits, R-square, model paremeter estimate and its p-values,&amp;nbsp;&amp;nbsp;normality Kolmogorov-Smirnov test result(p-value)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;I'm very aprecitive of any helps.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Joe&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 21:13:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-present-the-result-of-simple-linear-regression/m-p/272888#M9738</guid>
      <dc:creator>t75wez1</dc:creator>
      <dc:date>2016-05-24T21:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to present the result of simple linear regression.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-present-the-result-of-simple-linear-regression/m-p/272906#M9739</link>
      <description>&lt;P&gt;Most of this happens automatically when you turn on ODS graphics:&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;/P&gt;
&lt;P&gt;proc reg data=MyData;&lt;/P&gt;
&lt;P&gt;model y = x / influence;&lt;/P&gt;
&lt;P&gt;quit;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For how to interpret the residual/fit diagnostic plots, see &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_reg_details26.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_reg_details26.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can specify the statistics that you want in insets:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_reg_syntax01.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_reg_syntax01.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 22:44:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-present-the-result-of-simple-linear-regression/m-p/272906#M9739</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-05-24T22:44:03Z</dc:date>
    </item>
  </channel>
</rss>

