<?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: scatter plots with p.value and pearson coefficient in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/scatter-plots-with-p-value-and-pearson-coefficient/m-p/95547#M3569</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What statistics procedure are you using for the calculations?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Apr 2012 15:00:41 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2012-04-26T15:00:41Z</dc:date>
    <item>
      <title>scatter plots with p.value and pearson coefficient</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/scatter-plots-with-p-value-and-pearson-coefficient/m-p/95544#M3566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I make a scatter plot of 2 variables in sas and add an inset to it with the pearson coefficient and p.value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 14:07:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/scatter-plots-with-p-value-and-pearson-coefficient/m-p/95544#M3566</guid>
      <dc:creator>shez</dc:creator>
      <dc:date>2012-04-26T14:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: scatter plots with p.value and pearson coefficient</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/scatter-plots-with-p-value-and-pearson-coefficient/m-p/95545#M3567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you know the coefficient and p-value, you can do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE lang="SAS"&gt;proc sgplot data=sashelp.class;
&amp;nbsp;&amp;nbsp; scatter x=weight y=height;
&amp;nbsp;&amp;nbsp; inset ("Pearson" = "&amp;lt;value&amp;gt;" "P-value" = "&amp;lt;value&amp;gt;");
run;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 14:26:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/scatter-plots-with-p-value-and-pearson-coefficient/m-p/95545#M3567</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2012-04-26T14:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: scatter plots with p.value and pearson coefficient</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/scatter-plots-with-p-value-and-pearson-coefficient/m-p/95546#M3568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Dan. But in this way I have to first run the statistics and then key in the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way in which sas would do both (statistics + plot with inset) for me in one go?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 14:58:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/scatter-plots-with-p-value-and-pearson-coefficient/m-p/95546#M3568</guid>
      <dc:creator>shez</dc:creator>
      <dc:date>2012-04-26T14:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: scatter plots with p.value and pearson coefficient</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/scatter-plots-with-p-value-and-pearson-coefficient/m-p/95547#M3569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What statistics procedure are you using for the calculations?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 15:00:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/scatter-plots-with-p-value-and-pearson-coefficient/m-p/95547#M3569</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2012-04-26T15:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: scatter plots with p.value and pearson coefficient</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/scatter-plots-with-p-value-and-pearson-coefficient/m-p/95548#M3570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote" modifiedtitle="true"&gt;
&lt;P&gt;How can I make a scatter plot of 2 variables in sas and add an inset to it with the pearson coefficient and p.value.&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC CORR will do this, using ODS Graphics&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 15:04:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/scatter-plots-with-p-value-and-pearson-coefficient/m-p/95548#M3570</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2012-04-26T15:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: scatter plots with p.value and pearson coefficient</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/scatter-plots-with-p-value-and-pearson-coefficient/m-p/95549#M3571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am new to sas, but my guess is I would use proc corr.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 15:07:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/scatter-plots-with-p-value-and-pearson-coefficient/m-p/95549#M3571</guid>
      <dc:creator>shez</dc:creator>
      <dc:date>2012-04-26T15:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: scatter plots with p.value and pearson coefficient</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/scatter-plots-with-p-value-and-pearson-coefficient/m-p/95550#M3572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you give more details about how to write the code? I am very new to sas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 15:11:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/scatter-plots-with-p-value-and-pearson-coefficient/m-p/95550#M3572</guid>
      <dc:creator>shez</dc:creator>
      <dc:date>2012-04-26T15:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: scatter plots with p.value and pearson coefficient</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/scatter-plots-with-p-value-and-pearson-coefficient/m-p/95551#M3573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The documention with examples can be found here: &lt;A href="http://support.sas.com/documentation/cdl/en/procstat/63104/HTML/default/viewer.htm#corr_toc.htm"&gt;http://support.sas.com/documentation/cdl/en/procstat/63104/HTML/default/viewer.htm#corr_toc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 15:21:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/scatter-plots-with-p-value-and-pearson-coefficient/m-p/95551#M3573</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2012-04-26T15:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: scatter plots with p.value and pearson coefficient</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/scatter-plots-with-p-value-and-pearson-coefficient/m-p/95552#M3574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the example that covers this specific issue is&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/procstat/63104/HTML/default/viewer.htm#procstat_corr_sect034.htm" title="http://support.sas.com/documentation/cdl/en/procstat/63104/HTML/default/viewer.htm#procstat_corr_sect034.htm"&gt;http://support.sas.com/documentation/cdl/en/procstat/63104/HTML/default/viewer.htm#procstat_corr_sect034.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 15:23:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/scatter-plots-with-p-value-and-pearson-coefficient/m-p/95552#M3574</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2012-04-26T15:23:24Z</dc:date>
    </item>
  </channel>
</rss>

