<?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 Variable should be either numeric or specified in the CLASS statement. in SAS News and Q&amp;A</title>
    <link>https://communities.sas.com/t5/SAS-News-and-Q-A/Variable-should-be-either-numeric-or-specified-in-the-CLASS/m-p/844749#M131</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Logit 분석시 Variable C14 should be either numeric or specified in the CLASS statement. 라고 뜨는데, 해당 변수는 1,2,3,4로 4점 척도를 사용하는 변수인데 저런 내용이 나와서 어떻게 해결하면 좋을지 여쭤봅니다&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Nov 2022 06:01:08 GMT</pubDate>
    <dc:creator>JHCNU</dc:creator>
    <dc:date>2022-11-17T06:01:08Z</dc:date>
    <item>
      <title>Variable should be either numeric or specified in the CLASS statement.</title>
      <link>https://communities.sas.com/t5/SAS-News-and-Q-A/Variable-should-be-either-numeric-or-specified-in-the-CLASS/m-p/844749#M131</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Logit 분석시 Variable C14 should be either numeric or specified in the CLASS statement. 라고 뜨는데, 해당 변수는 1,2,3,4로 4점 척도를 사용하는 변수인데 저런 내용이 나와서 어떻게 해결하면 좋을지 여쭤봅니다&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 06:01:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-News-and-Q-A/Variable-should-be-either-numeric-or-specified-in-the-CLASS/m-p/844749#M131</guid>
      <dc:creator>JHCNU</dc:creator>
      <dc:date>2022-11-17T06:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Variable should be either numeric or specified in the CLASS statement.</title>
      <link>https://communities.sas.com/t5/SAS-News-and-Q-A/Variable-should-be-either-numeric-or-specified-in-the-CLASS/m-p/844851#M132</link>
      <description>&lt;P&gt;Apparently variable C14 is a character variable with values 1 2 3 4 and so it must be in the CLASS statement; or you have to create a numeric variable with the same values and use that.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 13:48:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-News-and-Q-A/Variable-should-be-either-numeric-or-specified-in-the-CLASS/m-p/844851#M132</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-11-17T13:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Variable should be either numeric or specified in the CLASS statement.</title>
      <link>https://communities.sas.com/t5/SAS-News-and-Q-A/Variable-should-be-either-numeric-or-specified-in-the-CLASS/m-p/844853#M133</link>
      <description>&lt;P&gt;The variable C14 is probably a character variable. To see the type of the variable, use&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc contents data=HAVE ;
   ods select Variables;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;To solve the problem, use a CLASS statement:&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;class C14;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 13:49:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-News-and-Q-A/Variable-should-be-either-numeric-or-specified-in-the-CLASS/m-p/844853#M133</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2022-11-17T13:49:21Z</dc:date>
    </item>
  </channel>
</rss>

