<?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 Urvish in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Urvish/m-p/35733#M8856</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;i have two dataset like this &lt;/P&gt;&lt;P&gt;data test;&lt;/P&gt;&lt;P&gt;input age;&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;20&lt;/P&gt;&lt;P&gt;21&lt;/P&gt;&lt;P&gt;22&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;data test1;&lt;/P&gt;&lt;P&gt;input height;&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;5&lt;/P&gt;&lt;P&gt;6&lt;/P&gt;&lt;P&gt;7&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;nw i want to kw the correlation b/w age and height by using proc corr&amp;nbsp; without merging two datasets coz i have 15 lacks of observation &lt;/P&gt;&lt;P&gt;can anybody tell me the correct solution &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 24 Jul 2011 05:35:34 GMT</pubDate>
    <dc:creator>UrvishShah</dc:creator>
    <dc:date>2011-07-24T05:35:34Z</dc:date>
    <item>
      <title>Urvish</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Urvish/m-p/35733#M8856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;i have two dataset like this &lt;/P&gt;&lt;P&gt;data test;&lt;/P&gt;&lt;P&gt;input age;&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;20&lt;/P&gt;&lt;P&gt;21&lt;/P&gt;&lt;P&gt;22&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;data test1;&lt;/P&gt;&lt;P&gt;input height;&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;5&lt;/P&gt;&lt;P&gt;6&lt;/P&gt;&lt;P&gt;7&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;nw i want to kw the correlation b/w age and height by using proc corr&amp;nbsp; without merging two datasets coz i have 15 lacks of observation &lt;/P&gt;&lt;P&gt;can anybody tell me the correct solution &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jul 2011 05:35:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Urvish/m-p/35733#M8856</guid>
      <dc:creator>UrvishShah</dc:creator>
      <dc:date>2011-07-24T05:35:34Z</dc:date>
    </item>
    <item>
      <title>Urvish</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Urvish/m-p/35734#M8857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would help if you show an example of what you are trying to achieve.&amp;nbsp; Plus, when you post, the subject line is intended to let people know the topic .. not who the poster was.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jul 2011 14:38:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Urvish/m-p/35734#M8857</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2011-07-24T14:38:46Z</dc:date>
    </item>
    <item>
      <title>Urvish</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Urvish/m-p/35735#M8858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you do not want merge these two datasets. then use view to make a dummy table which used in proc corr.&lt;/P&gt;&lt;P&gt;Such as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data corr/view=corr;&lt;/P&gt;&lt;P&gt; merge test test1;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;proc corr data=corr ;&lt;/P&gt;&lt;P&gt; var age height;&lt;/P&gt;&lt;P&gt;run&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I strongly recommend you to use proc stdize to standardize the age and heigth to avoid scale issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2011 06:38:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Urvish/m-p/35735#M8858</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2011-07-25T06:38:51Z</dc:date>
    </item>
  </channel>
</rss>

