<?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 kde in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/kde/m-p/64652#M18368</link>
    <description>hi &lt;BR /&gt;
&lt;BR /&gt;
   I'm trying to use kde to generate a bivariate density estimate, but although the procedure runs and produces a plot it does not put the results into a SAS dataet. The code I'm using is:&lt;BR /&gt;
&lt;BR /&gt;
ods html;&lt;BR /&gt;
ods graphics on;&lt;BR /&gt;
&lt;BR /&gt;
proc kde data=datain out=devn;&lt;BR /&gt;
  BIVAR VAR1 VAR2;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
ods graphics off;&lt;BR /&gt;
ods html close;&lt;BR /&gt;
&lt;BR /&gt;
and the data set size is ~510715 records.&lt;BR /&gt;
&lt;BR /&gt;
The message I get back after the calculation is performed is:&lt;BR /&gt;
&lt;BR /&gt;
NOTE: Processing BIVAR statement number 1.&lt;BR /&gt;
NOTE: The data set WORK.DEVN has 0 observations and 0 variables&lt;BR /&gt;
&lt;BR /&gt;
Anyone have any ideas?&lt;BR /&gt;
&lt;BR /&gt;
Cheers</description>
    <pubDate>Fri, 05 Dec 2008 11:56:35 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-12-05T11:56:35Z</dc:date>
    <item>
      <title>kde</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/kde/m-p/64652#M18368</link>
      <description>hi &lt;BR /&gt;
&lt;BR /&gt;
   I'm trying to use kde to generate a bivariate density estimate, but although the procedure runs and produces a plot it does not put the results into a SAS dataet. The code I'm using is:&lt;BR /&gt;
&lt;BR /&gt;
ods html;&lt;BR /&gt;
ods graphics on;&lt;BR /&gt;
&lt;BR /&gt;
proc kde data=datain out=devn;&lt;BR /&gt;
  BIVAR VAR1 VAR2;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
ods graphics off;&lt;BR /&gt;
ods html close;&lt;BR /&gt;
&lt;BR /&gt;
and the data set size is ~510715 records.&lt;BR /&gt;
&lt;BR /&gt;
The message I get back after the calculation is performed is:&lt;BR /&gt;
&lt;BR /&gt;
NOTE: Processing BIVAR statement number 1.&lt;BR /&gt;
NOTE: The data set WORK.DEVN has 0 observations and 0 variables&lt;BR /&gt;
&lt;BR /&gt;
Anyone have any ideas?&lt;BR /&gt;
&lt;BR /&gt;
Cheers</description>
      <pubDate>Fri, 05 Dec 2008 11:56:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/kde/m-p/64652#M18368</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-12-05T11:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: kde</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/kde/m-p/64653#M18369</link>
      <description>What version of SAS?  The use of the OUT= changed between 8.2 and 9.2.&lt;BR /&gt;
&lt;BR /&gt;
See page 2888&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/statugkde/61796/PDF/default/statugkde.pdf" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statugkde/61796/PDF/default/statugkde.pdf&lt;/A&gt;</description>
      <pubDate>Sat, 06 Dec 2008 17:50:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/kde/m-p/64653#M18369</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2008-12-06T17:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: kde</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/kde/m-p/64654#M18370</link>
      <description>hi&lt;BR /&gt;
&lt;BR /&gt;
   the version of sas that I am using is 9.1&lt;BR /&gt;
&lt;BR /&gt;
Regards</description>
      <pubDate>Sun, 07 Dec 2008 18:57:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/kde/m-p/64654#M18370</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-12-07T18:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: kde</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/kde/m-p/64655#M18371</link>
      <description>Ok I've figured it out the out option needs to go with the BIVAR statement and not the  kde</description>
      <pubDate>Mon, 08 Dec 2008 09:45:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/kde/m-p/64655#M18371</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-12-08T09:45:56Z</dc:date>
    </item>
  </channel>
</rss>

