<?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: %goflogit Errors in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/goflogit-Errors/m-p/384932#M3668</link>
    <description>&lt;P&gt;You need to specify valid variable names that exist in the data set. The macro does not interpret interaction terms like&amp;nbsp;&lt;SPAN&gt;X1*X1.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Instead, you need to&amp;nbsp;generate the interaction yourself and create a new variable that contains the interaction term.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For information about how to create a design matrix, see&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/iml/2016/02/24/create-a-design-matrix-in-sas.html" target="_self"&gt;"Four ways to create a design matrix in SAS"&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;or use the DATA step to create the interaction.&lt;/P&gt;</description>
    <pubDate>Wed, 02 Aug 2017 12:40:46 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2017-08-02T12:40:46Z</dc:date>
    <item>
      <title>%goflogit Errors</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/goflogit-Errors/m-p/384924#M3664</link>
      <description>&lt;P&gt;I am running the %goflogit Macro for the goodness-of-fit of the Logit model I am running. Right off the bat, I have these errors, and I don't really know what they mean or what I should do to remedy the issue. These errors keep repeating 61 times. I found this post, which again can not pin to the problem&amp;nbsp;I am facing: &lt;A href="http://blogs.sas.com/content/iml/2010/11/29/how-to-interpret-sasiml-error-messages.html" target="_blank"&gt;http://blogs.sas.com/content/iml/2010/11/29/how-to-interpret-sasiml-error-messages.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is highly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the output:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;308 %goflogit (data=b, y=Y, xlist=X1&amp;nbsp;X2&amp;nbsp;X3&amp;nbsp;X4 X5&amp;nbsp;X1*X1, trials=num)&lt;/P&gt;&lt;P&gt;NOTE: Worksize = 2048000&lt;/P&gt;&lt;P&gt;NOTE: Symbol size = 204800&lt;/P&gt;&lt;P&gt;NOTE: IML Ready&lt;/P&gt;&lt;P&gt;statement : READ at line 8877 column 56&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000"&gt;ERROR: (execution) Invalid argument to function.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;operation : REPEAT at line 8888 column 32&lt;/P&gt;&lt;P&gt;operands : *LIT1004, n, *LIT1005&lt;/P&gt;&lt;P&gt;*LIT1004 1 row 1 col (numeric)&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;n 1 row 1 col (numeric)&lt;/P&gt;&lt;P&gt;0&lt;/P&gt;&lt;P&gt;*LIT1005 1 row 1 col (numeric)&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;statement : ASSIGN at line 8888 column 17&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000"&gt;ERROR: (execution) Matrix has not been set to a value.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;operation : // at line 8888 column 58&lt;/P&gt;&lt;P&gt;operands : design, design&lt;/P&gt;&lt;P&gt;design 0 row 0 col (type ?, size 0)&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;design 0 row 0 col (type ?, size 0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 12:08:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/goflogit-Errors/m-p/384924#M3664</guid>
      <dc:creator>altijani</dc:creator>
      <dc:date>2017-08-02T12:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: %goflogit Errors</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/goflogit-Errors/m-p/384932#M3668</link>
      <description>&lt;P&gt;You need to specify valid variable names that exist in the data set. The macro does not interpret interaction terms like&amp;nbsp;&lt;SPAN&gt;X1*X1.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Instead, you need to&amp;nbsp;generate the interaction yourself and create a new variable that contains the interaction term.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For information about how to create a design matrix, see&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/iml/2016/02/24/create-a-design-matrix-in-sas.html" target="_self"&gt;"Four ways to create a design matrix in SAS"&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;or use the DATA step to create the interaction.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 12:40:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/goflogit-Errors/m-p/384932#M3668</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-08-02T12:40:46Z</dc:date>
    </item>
  </channel>
</rss>

