<?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: Anyone know how to use this macro? in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Anyone-know-how-to-use-this-macro/m-p/101868#M733</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;proc iml;&lt;/P&gt;&lt;P&gt;%inc "bcent.sas";&lt;/P&gt;&lt;P&gt;use have;&lt;/P&gt;&lt;P&gt;read all var _NUM_ into m;&lt;/P&gt;&lt;P&gt;close have; &lt;/P&gt;&lt;P&gt;directed=1;&lt;/P&gt;&lt;P&gt;normalize=1;&lt;/P&gt;&lt;P&gt;bc=bcent(m,directed,normalize);&lt;/P&gt;&lt;P&gt;print bc;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Aug 2013 02:03:34 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2013-08-06T02:03:34Z</dc:date>
    <item>
      <title>Anyone know how to use this macro?</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Anyone-know-how-to-use-this-macro/m-p/101867#M732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;A href="http://bbs.pinggu.org/link.php?url=http%3A%2F%2Fwww.unc.edu%2F%7Earellis%2Fsocnet%2Fbcent.sas" style="color: #cc3300; text-decoration: underline; font-family: Tahoma, Helvetica, SimSun, sans-serif; font-size: 14px; background-color: #fffcf7;" target="_blank"&gt;http://www.unc.edu/~arellis/socnet/bcent.sas&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I found this macro from the internet. I'm sure its functionality is what I want, but I know know how to use it.If I have one matrix data like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data have;&lt;/P&gt;&lt;P&gt;input a b c d e $;&lt;/P&gt;&lt;P&gt;datalines;&lt;/P&gt;&lt;P&gt;1 1 0 0 0&lt;/P&gt;&lt;P&gt;1 0 1 0 0&lt;/P&gt;&lt;P&gt;0 1 1 0 1&lt;/P&gt;&lt;P&gt;0 0 0 0 0&lt;/P&gt;&lt;P&gt;0 0 1 0 0&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to use this macto?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 01:47:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Anyone-know-how-to-use-this-macro/m-p/101867#M732</guid>
      <dc:creator>TomiKong</dc:creator>
      <dc:date>2013-08-06T01:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone know how to use this macro?</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Anyone-know-how-to-use-this-macro/m-p/101868#M733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;proc iml;&lt;/P&gt;&lt;P&gt;%inc "bcent.sas";&lt;/P&gt;&lt;P&gt;use have;&lt;/P&gt;&lt;P&gt;read all var _NUM_ into m;&lt;/P&gt;&lt;P&gt;close have; &lt;/P&gt;&lt;P&gt;directed=1;&lt;/P&gt;&lt;P&gt;normalize=1;&lt;/P&gt;&lt;P&gt;bc=bcent(m,directed,normalize);&lt;/P&gt;&lt;P&gt;print bc;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 02:03:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Anyone-know-how-to-use-this-macro/m-p/101868#M733</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2013-08-06T02:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone know how to use this macro?</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Anyone-know-how-to-use-this-macro/m-p/101869#M734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works. Thanks. &lt;/P&gt;&lt;P&gt;By the way, Can I save bc in one column in one dataset? Thank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 03:07:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Anyone-know-how-to-use-this-macro/m-p/101869#M734</guid>
      <dc:creator>TomiKong</dc:creator>
      <dc:date>2013-08-06T03:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone know how to use this macro?</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Anyone-know-how-to-use-this-macro/m-p/101870#M735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create outdata var {bc}; append; close outdata;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 12:15:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Anyone-know-how-to-use-this-macro/m-p/101870#M735</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2013-08-06T12:15:34Z</dc:date>
    </item>
  </channel>
</rss>

