<?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 allocation matrix in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/allocation-matrix/m-p/8690#M415</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I am working with IML and I want to obtain a matrix of coefficient by assigning element by element something like this :&lt;BR /&gt;
%macro cal(arguments);&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
%do ind=1 %to n;&lt;BR /&gt;
%do sim=1 %to p;&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
proc iml;&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
RVCC[&amp;amp;ind,∼]=trace(s)/sqrt(trace(w**2)*trace(w2**2));&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
%end;&lt;BR /&gt;
%end;&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
%mend&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I have this error : "Matrix RVCC has not been set to a value"&lt;BR /&gt;
&lt;BR /&gt;
Why do this occur?! Any one can help me?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Sincerly,&lt;BR /&gt;
&lt;BR /&gt;
Nad</description>
    <pubDate>Wed, 28 Oct 2009 13:55:58 GMT</pubDate>
    <dc:creator>nadra</dc:creator>
    <dc:date>2009-10-28T13:55:58Z</dc:date>
    <item>
      <title>allocation matrix</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/allocation-matrix/m-p/8690#M415</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I am working with IML and I want to obtain a matrix of coefficient by assigning element by element something like this :&lt;BR /&gt;
%macro cal(arguments);&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
%do ind=1 %to n;&lt;BR /&gt;
%do sim=1 %to p;&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
proc iml;&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
RVCC[&amp;amp;ind,∼]=trace(s)/sqrt(trace(w**2)*trace(w2**2));&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
%end;&lt;BR /&gt;
%end;&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
%mend&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I have this error : "Matrix RVCC has not been set to a value"&lt;BR /&gt;
&lt;BR /&gt;
Why do this occur?! Any one can help me?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Sincerly,&lt;BR /&gt;
&lt;BR /&gt;
Nad</description>
      <pubDate>Wed, 28 Oct 2009 13:55:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/allocation-matrix/m-p/8690#M415</guid>
      <dc:creator>nadra</dc:creator>
      <dc:date>2009-10-28T13:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: allocation matrix</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/allocation-matrix/m-p/8691#M416</link>
      <description>Suggest you re-post in the IML forum.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Wed, 28 Oct 2009 14:38:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/allocation-matrix/m-p/8691#M416</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-10-28T14:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: allocation matrix</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/allocation-matrix/m-p/8692#M417</link>
      <description>thanks! I do it !</description>
      <pubDate>Wed, 28 Oct 2009 14:45:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/allocation-matrix/m-p/8692#M417</guid>
      <dc:creator>nadra</dc:creator>
      <dc:date>2009-10-28T14:45:38Z</dc:date>
    </item>
  </channel>
</rss>

