<?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: Little's MCAR ERROR: (execution) Invalid argument or operand; contains missing values. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Little-s-MCAR-ERROR-execution-Invalid-argument-or-operand/m-p/892690#M352596</link>
    <description>&lt;P&gt;The error message tells you that the program is trying to compute the quantity&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;muobsj = mu * Dj;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;and one of the quantities on the left hand side (probably mu) contains a missing value.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I am not familiar with the macro, but it looks like mu is the first column of the estimate covariance matrix that PROC MI creates by using the statement&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;EM&amp;nbsp;outem = emcov;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;so check the 'emcov' data set. The covariance matrix should never contain a missing value, so probably the way you are calling the macro is incorrect.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Sep 2023 10:27:39 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2023-09-05T10:27:39Z</dc:date>
    <item>
      <title>Little's MCAR ERROR: (execution) Invalid argument or operand; contains missing values.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Little-s-MCAR-ERROR-execution-Invalid-argument-or-operand/m-p/892496#M352490</link>
      <description>&lt;P&gt;I saw this post Re: the MCAR macro. I was trying it but came across the following error and didn't see any discussion on this particular error. Any ideas where to look?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Programming/Little-s-MCAR-macro/td-p/468570/page/2" target="_blank"&gt;Solved: Little's MCAR macro - Page 2 - SAS Support Communities&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; NOTE: IML Ready
 ERROR: (execution) Invalid argument or operand; contains missing values.
 
  operation : * at line 619 column 1
  operands  : mu, Dj
 mu      1 row     179 cols    (numeric)
 Dj    179 rows     83 cols    (numeric)
 
  statement : ASSIGN at line 619 column 1
 NOTE: Line generated by the invoked macro "MCARTEST".
 619        @put (m[i,]) 6.0
 
 _                                                                                                                                   
 
 180
 ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Sep 2023 21:33:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Little-s-MCAR-ERROR-execution-Invalid-argument-or-operand/m-p/892496#M352490</guid>
      <dc:creator>shl007</dc:creator>
      <dc:date>2023-09-03T21:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Little's MCAR ERROR: (execution) Invalid argument or operand; contains missing values.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Little-s-MCAR-ERROR-execution-Invalid-argument-or-operand/m-p/892536#M352508</link>
      <description>This problem is from SAS/IML.&lt;BR /&gt;Better post it at IML forum:&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/bd-p/sas_iml" target="_blank"&gt;https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/bd-p/sas_iml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt; is there.</description>
      <pubDate>Mon, 04 Sep 2023 11:31:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Little-s-MCAR-ERROR-execution-Invalid-argument-or-operand/m-p/892536#M352508</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2023-09-04T11:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Little's MCAR ERROR: (execution) Invalid argument or operand; contains missing values.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Little-s-MCAR-ERROR-execution-Invalid-argument-or-operand/m-p/892690#M352596</link>
      <description>&lt;P&gt;The error message tells you that the program is trying to compute the quantity&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;muobsj = mu * Dj;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;and one of the quantities on the left hand side (probably mu) contains a missing value.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I am not familiar with the macro, but it looks like mu is the first column of the estimate covariance matrix that PROC MI creates by using the statement&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;EM&amp;nbsp;outem = emcov;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;so check the 'emcov' data set. The covariance matrix should never contain a missing value, so probably the way you are calling the macro is incorrect.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 10:27:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Little-s-MCAR-ERROR-execution-Invalid-argument-or-operand/m-p/892690#M352596</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2023-09-05T10:27:39Z</dc:date>
    </item>
  </channel>
</rss>

