<?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: Use PROC CORR with correlation coefficients but no actual dataset in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Use-PROC-CORR-with-correlation-coefficients-but-no-actual/m-p/153975#M40473</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A data step solution would look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data have;&lt;/P&gt;&lt;P&gt;input r n;&lt;/P&gt;&lt;P&gt;datalines;&lt;/P&gt;&lt;P&gt;0.1 20&lt;/P&gt;&lt;P&gt;0.4 33&lt;/P&gt;&lt;P&gt;-0.15 108&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data want;&lt;/P&gt;&lt;P&gt;set have;&lt;/P&gt;&lt;P&gt;fishz=artanh(r)*sqrt(n-3);&lt;/P&gt;&lt;P&gt;prob=0.5*(1-cdf('NORMAL', abs(fishz)): /* Two tailed test */&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Nov 2013 15:50:49 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2013-11-25T15:50:49Z</dc:date>
    <item>
      <title>Use PROC CORR with correlation coefficients but no actual dataset</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Use-PROC-CORR-with-correlation-coefficients-but-no-actual/m-p/153973#M40471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to evaluate the correlation between two independent populations via PROC CORR and Fisher's z test.&amp;nbsp; Is it possible to evaluate these two correlations with proc corr (or some other procedure) without inputting an entire dataset and using just the coefficients and sample sizes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 22:00:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Use-PROC-CORR-with-correlation-coefficients-but-no-actual/m-p/153973#M40471</guid>
      <dc:creator>Soula</dc:creator>
      <dc:date>2013-11-22T22:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Use PROC CORR with correlation coefficients but no actual dataset</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Use-PROC-CORR-with-correlation-coefficients-but-no-actual/m-p/153974#M40472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have a variable that represents the count of the number times a record should be repeated for your analysis variable appears then use that in&amp;nbsp; a Freq statement;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proc corr data=yourdata;&lt;/P&gt;&lt;P&gt;var analysisvar;&lt;/P&gt;&lt;P&gt;Freq CountVariableName;&lt;BR /&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 23:16:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Use-PROC-CORR-with-correlation-coefficients-but-no-actual/m-p/153974#M40472</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2013-11-22T23:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Use PROC CORR with correlation coefficients but no actual dataset</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Use-PROC-CORR-with-correlation-coefficients-but-no-actual/m-p/153975#M40473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A data step solution would look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data have;&lt;/P&gt;&lt;P&gt;input r n;&lt;/P&gt;&lt;P&gt;datalines;&lt;/P&gt;&lt;P&gt;0.1 20&lt;/P&gt;&lt;P&gt;0.4 33&lt;/P&gt;&lt;P&gt;-0.15 108&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data want;&lt;/P&gt;&lt;P&gt;set have;&lt;/P&gt;&lt;P&gt;fishz=artanh(r)*sqrt(n-3);&lt;/P&gt;&lt;P&gt;prob=0.5*(1-cdf('NORMAL', abs(fishz)): /* Two tailed test */&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 15:50:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Use-PROC-CORR-with-correlation-coefficients-but-no-actual/m-p/153975#M40473</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-11-25T15:50:49Z</dc:date>
    </item>
  </channel>
</rss>

