<?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: IML code problem in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/IML-code-problem/m-p/278622#M2869</link>
    <description>&lt;P&gt;As I said before, Your code is not completed. It is hard to say something without any data to test.&lt;/P&gt;
&lt;P&gt;And you event don't post the ERROR information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here I found a problem :&lt;/P&gt;
&lt;P&gt;1)you have 4 parameter, but you only initiate 2  (p=......)?&lt;/P&gt;
&lt;P&gt;2)in your function X have 4 columns, But you only read 2 columns. That is not right.&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jun 2016 09:56:07 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2016-06-20T09:56:07Z</dc:date>
    <item>
      <title>IML code problem</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/IML-code-problem/m-p/278596#M2863</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;We are students from Taiwan.While practicing SAS, we met some problems on coding IML. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We could not figure out the solution. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The&amp;nbsp;attachment is our code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The system keeps showing ERROR,but we don't know why. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And we couldn't fix it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope any hero can find the mistake in our coding , and give us some hint. We look forward to receive reply.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2016 08:13:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/IML-code-problem/m-p/278596#M2863</guid>
      <dc:creator>Wen-jun</dc:creator>
      <dc:date>2016-06-20T08:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: IML code problem</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/IML-code-problem/m-p/278601#M2864</link>
      <description>&lt;P&gt;It looks like you are doing Maximize Likelihood Estimate.&lt;/P&gt;
&lt;P&gt;But your code is not completed and you don't give us a sample data to test your code yet ?&lt;/P&gt;
&lt;P&gt;And what is your ERROR information ?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2016 08:32:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/IML-code-problem/m-p/278601#M2864</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-06-20T08:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: IML code problem</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/IML-code-problem/m-p/278603#M2865</link>
      <description>&lt;P&gt;Check Rick's blog , might give you some clue how to do MLE .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/iml/2011/10/12/maximum-likelihood-estimation-in-sasiml.html" target="_blank"&gt;http://blogs.sas.com/content/iml/2011/10/12/maximum-likelihood-estimation-in-sasiml.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2016 08:34:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/IML-code-problem/m-p/278603#M2865</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-06-20T08:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: IML code problem</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/IML-code-problem/m-p/278611#M2866</link>
      <description>&lt;P&gt;Your CON Matrix is not completed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Should look like :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;con = { 0 0 0 0, 
        . . . .};&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 20 Jun 2016 09:06:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/IML-code-problem/m-p/278611#M2866</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-06-20T09:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: IML code problem</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/IML-code-problem/m-p/278615#M2868</link>
      <description>&lt;P&gt;We have already read this website. And referred the code to write our code. &amp;nbsp;&lt;/P&gt;&lt;P&gt;We guess the attachment code we writed&amp;nbsp;main problem appears in the following part.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;print Param[c={"R0" "B" "lambda" "simga"} label=""] LogLik;&lt;BR /&gt;&lt;BR /&gt;p = param[1,];&lt;BR /&gt;print p;&lt;BR /&gt;f = LogLik(p);&lt;BR /&gt;print f;&lt;BR /&gt;print Param[c={"R0" "B" "lambda" "simga"} label=""] LogLik;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In addition, we don't use date to test .&lt;/P&gt;&lt;P&gt;We just use sas to run and revise our code.&lt;/P&gt;&lt;P&gt;We want to make sure our code is correct first.&lt;/P&gt;&lt;P&gt;If possible, wish you could give us more direction to revise our code again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2016 09:26:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/IML-code-problem/m-p/278615#M2868</guid>
      <dc:creator>Wen-jun</dc:creator>
      <dc:date>2016-06-20T09:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: IML code problem</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/IML-code-problem/m-p/278622#M2869</link>
      <description>&lt;P&gt;As I said before, Your code is not completed. It is hard to say something without any data to test.&lt;/P&gt;
&lt;P&gt;And you event don't post the ERROR information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here I found a problem :&lt;/P&gt;
&lt;P&gt;1)you have 4 parameter, but you only initiate 2  (p=......)?&lt;/P&gt;
&lt;P&gt;2)in your function X have 4 columns, But you only read 2 columns. That is not right.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2016 09:56:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/IML-code-problem/m-p/278622#M2869</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-06-20T09:56:07Z</dc:date>
    </item>
  </channel>
</rss>

