<?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: Error massage : can not read the variables in linear regression model analysis in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Error-massage-can-not-read-the-variables-in-linear-regression/m-p/766561#M242950</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/396910"&gt;@Abushanab_67&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Dear SAS team&lt;/P&gt;
&lt;P&gt;I got the following &amp;nbsp;error massage :&lt;/P&gt;
&lt;P&gt;70&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TITLE " MULTIPLE IMPUTATION REGRESSION - MVN";&lt;/P&gt;
&lt;P&gt;71&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; proc glm data = mi_mvn ;&lt;/P&gt;
&lt;P&gt;72&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; modeL read = BSBM17A BSBM17B BSBM17C BSBM17D BSBM17E BSBM17F BSBM17G BSBM17H BSBM17I;&lt;/P&gt;
&lt;P&gt;ERROR: Variable READ not found.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;When you run this code and get this error, it is because data set MI_MVN does not contain a variable named READ.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If you believe otherwise, and SAS disagrees with you, then in such cases I believe SAS. You have to look at the data set MI_MVN with your own eyes (or look at PROC CONTENTS) to see that it is not in there.&lt;/P&gt;</description>
    <pubDate>Wed, 08 Sep 2021 12:43:52 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2021-09-08T12:43:52Z</dc:date>
    <item>
      <title>Error massage : can not read the variables in linear regression model analysis</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-massage-can-not-read-the-variables-in-linear-regression/m-p/766559#M242948</link>
      <description>&lt;P&gt;Dear SAS team&lt;/P&gt;&lt;P&gt;I got the following &amp;nbsp;error massage :&lt;/P&gt;&lt;P&gt;70&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TITLE " MULTIPLE IMPUTATION REGRESSION - MVN";&lt;/P&gt;&lt;P&gt;71&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; proc glm data = mi_mvn ;&lt;/P&gt;&lt;P&gt;72&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; modeL read = BSBM17A BSBM17B BSBM17C BSBM17D BSBM17E BSBM17F BSBM17G BSBM17H BSBM17I;&lt;/P&gt;&lt;P&gt;ERROR: Variable READ not found.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Although these variables exist, as following:&lt;/P&gt;&lt;P&gt;proc mi data= IMPUTATI.IMPORT nimpute=5 out=mi_mvn seed=54321;&lt;/P&gt;&lt;P&gt;var BSBM17A BSBM17B BSBM17C BSBM17D BSBM17E BSBM17F BSBM17G BSBM17H BSBM17I BSMMAT01 BSMMAT02 BSMMAT03 BSMMAT04 BSMMAT05;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TITLE " MULTIPLE IMPUTATION REGRESSION - MVN";&lt;/P&gt;&lt;P&gt;proc glm data = mi_mvn ;&lt;/P&gt;&lt;P&gt;modeL read = BSBM17A BSBM17B BSBM17C BSBM17D BSBM17E BSBM17F BSBM17G BSBM17H BSBM17I;&lt;/P&gt;&lt;P&gt;by _imputation_;&lt;/P&gt;&lt;P&gt;ods output ParameterEstimates=a_mvn;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;Kindly, can you help me to resole this error.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 12:31:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-massage-can-not-read-the-variables-in-linear-regression/m-p/766559#M242948</guid>
      <dc:creator>Abushanab_67</dc:creator>
      <dc:date>2021-09-08T12:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error massage : can not read the variables in linear regression model analysis</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-massage-can-not-read-the-variables-in-linear-regression/m-p/766561#M242950</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/396910"&gt;@Abushanab_67&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Dear SAS team&lt;/P&gt;
&lt;P&gt;I got the following &amp;nbsp;error massage :&lt;/P&gt;
&lt;P&gt;70&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TITLE " MULTIPLE IMPUTATION REGRESSION - MVN";&lt;/P&gt;
&lt;P&gt;71&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; proc glm data = mi_mvn ;&lt;/P&gt;
&lt;P&gt;72&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; modeL read = BSBM17A BSBM17B BSBM17C BSBM17D BSBM17E BSBM17F BSBM17G BSBM17H BSBM17I;&lt;/P&gt;
&lt;P&gt;ERROR: Variable READ not found.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;When you run this code and get this error, it is because data set MI_MVN does not contain a variable named READ.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If you believe otherwise, and SAS disagrees with you, then in such cases I believe SAS. You have to look at the data set MI_MVN with your own eyes (or look at PROC CONTENTS) to see that it is not in there.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 12:43:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-massage-can-not-read-the-variables-in-linear-regression/m-p/766561#M242950</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-09-08T12:43:52Z</dc:date>
    </item>
  </channel>
</rss>

