<?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 ERROR: Unable to allocate sufficient memory for the nonparametric correlation statistics. in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Unable-to-allocate-sufficient-memory-for-the-nonparametric/m-p/686652#M33067</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting the following error 'ERROR: Unable to allocate sufficient memory for the nonparametric correlation statistics.' when I try to compute Spearman correlation coefficients. Anyone know how to overcome this problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Huge thanks in advance!&lt;/P&gt;</description>
    <pubDate>Fri, 25 Sep 2020 09:29:30 GMT</pubDate>
    <dc:creator>aiste</dc:creator>
    <dc:date>2020-09-25T09:29:30Z</dc:date>
    <item>
      <title>ERROR: Unable to allocate sufficient memory for the nonparametric correlation statistics.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Unable-to-allocate-sufficient-memory-for-the-nonparametric/m-p/686652#M33067</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting the following error 'ERROR: Unable to allocate sufficient memory for the nonparametric correlation statistics.' when I try to compute Spearman correlation coefficients. Anyone know how to overcome this problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Huge thanks in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 09:29:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Unable-to-allocate-sufficient-memory-for-the-nonparametric/m-p/686652#M33067</guid>
      <dc:creator>aiste</dc:creator>
      <dc:date>2020-09-25T09:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Unable to allocate sufficient memory for the nonparametric correlation statistics.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Unable-to-allocate-sufficient-memory-for-the-nonparametric/m-p/686665#M33069</link>
      <description>&lt;P&gt;First, check what memsize is set to in your SAS config file.&amp;nbsp; Increasing the value there may solve the problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suspect you have a pretty large dataset (multiple gigabytes?).&amp;nbsp; One thing you might consider is using PROC MIANALYZE in a non-standard way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First, use PROC SURVEYSELECT to subsample your data into multiple smaller datasets.&amp;nbsp; Then use PROC CORR separately on each of these, adding the variable _imputation_ to each output.&amp;nbsp; You could then run PROC MIANALYZE to get a model averaged result. See the example&amp;nbsp;&lt;STRONG&gt;Combining Correlation Coefficients&lt;/STRONG&gt; in the PROC MIANALYZE documentation for a way to get started..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 11:13:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Unable-to-allocate-sufficient-memory-for-the-nonparametric/m-p/686665#M33069</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2020-09-25T11:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Unable to allocate sufficient memory for the nonparametric correlation statistics.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Unable-to-allocate-sufficient-memory-for-the-nonparametric/m-p/686722#M33073</link>
      <description>&lt;P&gt;If your data set is really huge, I think Steve's suggestion can be simplified. You can simply use PROC SURVEYSELECT or the DATA step to take a random subset (a few million observations)&amp;nbsp; and the use PROC CORR to get estimates from the sample.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 15:02:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Unable-to-allocate-sufficient-memory-for-the-nonparametric/m-p/686722#M33073</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-09-25T15:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Unable to allocate sufficient memory for the nonparametric correlation statistics.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Unable-to-allocate-sufficient-memory-for-the-nonparametric/m-p/687192#M33118</link>
      <description>&lt;P&gt;Not only is&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&amp;nbsp;'s approach simpler, it will almost surely get around all of your memory problems.&amp;nbsp; If a couple million records still overwhelms memory, then there are other issues that need to be addressed first.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:22:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Unable-to-allocate-sufficient-memory-for-the-nonparametric/m-p/687192#M33118</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2020-09-28T13:22:02Z</dc:date>
    </item>
  </channel>
</rss>

