<?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: Invalid reference value for nationality in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Invalid-reference-value-for-nationality/m-p/346894#M18250</link>
    <description>&lt;P&gt;Attachedproc freq and proc contents &amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Apr 2017 02:09:30 GMT</pubDate>
    <dc:creator>zalahmed</dc:creator>
    <dc:date>2017-04-04T02:09:30Z</dc:date>
    <item>
      <title>Invalid reference value for nationality</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Invalid-reference-value-for-nationality/m-p/346874#M18246</link>
      <description>&lt;P&gt;&lt;FONT size="4"&gt;how to solve this error below? nationality variables value either 1 or 2 in the data set ,&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;&lt;FONT size="4"&gt;SAS code:&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN&gt;&lt;STRONG&gt;logistic&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN&gt;data&lt;/SPAN&gt;=work.project1 &lt;SPAN&gt;plots&lt;/SPAN&gt;=&lt;SPAN&gt;ODDSRATIO&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;outest&lt;SPAN&gt;=betas &lt;/SPAN&gt;covout&lt;SPAN&gt; ;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;class&lt;/SPAN&gt; sector (&lt;SPAN&gt;param&lt;/SPAN&gt;=ref &lt;SPAN&gt;ref&lt;/SPAN&gt;=&lt;SPAN&gt;'4'&lt;/SPAN&gt;) age_cat (&lt;SPAN&gt;param&lt;/SPAN&gt;=ref &lt;SPAN&gt;ref&lt;/SPAN&gt;=&lt;SPAN&gt;'1'&lt;/SPAN&gt;) speciality_cat(&lt;SPAN&gt;param&lt;/SPAN&gt;=ref &lt;SPAN&gt;ref&lt;/SPAN&gt;=&lt;SPAN&gt;'1'&lt;/SPAN&gt;) gender(&lt;SPAN&gt;param&lt;/SPAN&gt;=ref &lt;SPAN&gt;ref&lt;/SPAN&gt;=&lt;SPAN&gt;'1'&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;nationality (&lt;SPAN&gt;param&lt;/SPAN&gt;=ref &lt;SPAN&gt;ref&lt;/SPAN&gt;=&lt;SPAN&gt;'2'&lt;/SPAN&gt;) education_cat (&lt;SPAN&gt;param&lt;/SPAN&gt;=ref &lt;SPAN&gt;ref&lt;/SPAN&gt;=&lt;SPAN&gt;'1'&lt;/SPAN&gt;)&amp;nbsp; university_cat(&lt;SPAN&gt;param&lt;/SPAN&gt;=ref &lt;SPAN&gt;ref&lt;/SPAN&gt;=&lt;SPAN&gt;'1'&lt;/SPAN&gt;) number_adult_cat(&lt;SPAN&gt;param&lt;/SPAN&gt;=ref &lt;SPAN&gt;ref&lt;/SPAN&gt;=&lt;SPAN&gt;'2'&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;number_nurses_cat(&lt;SPAN&gt;param&lt;/SPAN&gt;=ref &lt;SPAN&gt;ref&lt;/SPAN&gt;=&lt;SPAN&gt;'1'&lt;/SPAN&gt;)BMI_cat(&lt;SPAN&gt;param&lt;/SPAN&gt;=ref &lt;SPAN&gt;ref&lt;/SPAN&gt;=&lt;SPAN&gt;'1'&lt;/SPAN&gt;) physician_hgeneral_cat(&lt;SPAN&gt;param&lt;/SPAN&gt;=ref &lt;SPAN&gt;ref&lt;/SPAN&gt;=&lt;SPAN&gt;'1'&lt;/SPAN&gt;) physician_chronic(&lt;SPAN&gt;param&lt;/SPAN&gt;=ref &lt;SPAN&gt;ref&lt;/SPAN&gt;=&lt;SPAN&gt;'2'&lt;/SPAN&gt;)&amp;nbsp;&lt;/P&gt;&lt;P&gt;smoking(&lt;SPAN&gt;param&lt;/SPAN&gt;=ref &lt;SPAN&gt;ref&lt;/SPAN&gt;=&lt;SPAN&gt;'1'&lt;/SPAN&gt;) sleep_hours_cat(&lt;SPAN&gt;param&lt;/SPAN&gt;=ref &lt;SPAN&gt;ref&lt;/SPAN&gt;=&lt;SPAN&gt;'1'&lt;/SPAN&gt;) knowledge_all_cat(&lt;SPAN&gt;param&lt;/SPAN&gt;=ref &lt;SPAN&gt;ref&lt;/SPAN&gt;=&lt;SPAN&gt;'1'&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;aerobic_cat(&lt;SPAN&gt;param&lt;/SPAN&gt;=ref &lt;SPAN&gt;ref&lt;/SPAN&gt;=&lt;SPAN&gt;'1'&lt;/SPAN&gt;) marital_cat(&lt;SPAN&gt;param&lt;/SPAN&gt;=ref &lt;SPAN&gt;ref&lt;/SPAN&gt;=&lt;SPAN&gt;'1'&lt;/SPAN&gt;) YWEG_cat(&lt;SPAN&gt;param&lt;/SPAN&gt;=ref &lt;SPAN&gt;ref&lt;/SPAN&gt;=&lt;SPAN&gt;'1'&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;number_pediatric_cat(&lt;SPAN&gt;param&lt;/SPAN&gt;=ref &lt;SPAN&gt;ref&lt;/SPAN&gt;=&lt;SPAN&gt;'2'&lt;/SPAN&gt;) number_physicians_cat(&lt;SPAN&gt;param&lt;/SPAN&gt;=ref &lt;SPAN&gt;ref&lt;/SPAN&gt;=&lt;SPAN&gt;'1'&lt;/SPAN&gt;)taining (&lt;SPAN&gt;param&lt;/SPAN&gt;=ref &lt;SPAN&gt;ref&lt;/SPAN&gt;=&lt;SPAN&gt;'2'&lt;/SPAN&gt;) referal_system(&lt;SPAN&gt;param&lt;/SPAN&gt;=ref &lt;SPAN&gt;ref&lt;/SPAN&gt;=&lt;SPAN&gt;'2'&lt;/SPAN&gt;);&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;model&lt;/SPAN&gt; provide_general_without_cat(&lt;SPAN&gt;Event&lt;/SPAN&gt;=&lt;SPAN&gt;'2'&lt;/SPAN&gt;)=sector age_cat speciality_cat gender nationality education_cat university_cat number_adult_cat&amp;nbsp;&lt;/P&gt;&lt;P&gt;number_nurses_cat BMI_cat physician_hgeneral_cat physician_chronic smoking sleep_hours_cat&amp;nbsp;&lt;/P&gt;&lt;P&gt;knowledge_all_cat&amp;nbsp; marital_cat YWEG_cat number_pediatric_cat number_physicians_cat taining&amp;nbsp;&lt;/P&gt;&lt;P&gt;referal_system&amp;nbsp; marital_cat YWEG_cat aerobic_cat&lt;/P&gt;&lt;P&gt;/&lt;SPAN&gt;link&lt;/SPAN&gt;=logit&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;selection&lt;/SPAN&gt;=stepwise&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;SPAN&gt;slentry&lt;/SPAN&gt;=&lt;SPAN&gt;&lt;STRONG&gt;0.2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;SPAN&gt;slstay&lt;/SPAN&gt;=&lt;SPAN&gt;&lt;STRONG&gt;0.25&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;SPAN&gt;details&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;SPAN&gt;lackfit&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &lt;SPAN&gt;output&lt;/SPAN&gt; &lt;SPAN&gt;out&lt;/SPAN&gt;=pred &lt;SPAN&gt;p&lt;/SPAN&gt;=phat &lt;SPAN&gt;lower&lt;/SPAN&gt;=lcl &lt;SPAN&gt;upper&lt;/SPAN&gt;=ucl ;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;SAS log:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;596&lt;/P&gt;&lt;P&gt;597&amp;nbsp; proc logistic data=work.project1 plots=ODDSRATIO&lt;/P&gt;&lt;P&gt;598 &amp;nbsp; outest=betas covout ;&lt;/P&gt;&lt;P&gt;599 &amp;nbsp; class sector (param=ref ref='2') age_cat (param=ref ref='1') speciality_cat(param=ref&lt;/P&gt;&lt;P&gt;599! ref='1') gender(param=ref ref='1')&lt;/P&gt;&lt;P&gt;600&amp;nbsp; nationality (param=ref ref='2') education_cat (param=ref ref='1')&amp;nbsp; university_cat(param=ref&lt;/P&gt;&lt;P&gt;600! ref='1') number_adult_cat(param=ref ref='2')&lt;/P&gt;&lt;P&gt;601&amp;nbsp; number_nurses_cat(param=ref ref='1')BMI_cat(param=ref ref='1')&lt;/P&gt;&lt;P&gt;601! physician_hgeneral_cat(param=ref ref='1') physician_chronic(param=ref ref='2')&lt;/P&gt;&lt;P&gt;602&amp;nbsp; smoking(param=ref ref='1') sleep_hours_cat(param=ref ref='1') knowledge_all_cat(param=ref&lt;/P&gt;&lt;P&gt;602! ref='1')&lt;/P&gt;&lt;P&gt;603&amp;nbsp; aerobic_cat(param=ref ref='1') marital_cat(param=ref ref='1') YWEG_cat(param=ref ref='1')&lt;/P&gt;&lt;P&gt;604&amp;nbsp; number_pediatric_cat(param=ref ref='2') number_physicians_cat(param=ref ref='1')taining&lt;/P&gt;&lt;P&gt;604! (param=ref ref='2') referal_system(param=ref ref='2');&lt;/P&gt;&lt;P&gt;605&amp;nbsp; model provide_general_without_cat(Event='2')=sector age_cat speciality_cat gender nationality&lt;/P&gt;&lt;P&gt;605! education_cat university_cat number_adult_cat&lt;/P&gt;&lt;P&gt;606&amp;nbsp; number_nurses_cat BMI_cat physician_hgeneral_cat physician_chronic smoking sleep_hours_cat&lt;/P&gt;&lt;P&gt;607&amp;nbsp; knowledge_all_cat&amp;nbsp; marital_cat YWEG_cat number_pediatric_cat number_physicians_cat taining&lt;/P&gt;&lt;P&gt;608&amp;nbsp; referal_system&amp;nbsp; marital_cat YWEG_cat aerobic_cat&lt;/P&gt;&lt;P&gt;609&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /link=logit&lt;/P&gt;&lt;P&gt;610&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; selection=stepwise&lt;/P&gt;&lt;P&gt;611&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; slentry=0.2&lt;/P&gt;&lt;P&gt;612&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; slstay=0.25&lt;/P&gt;&lt;P&gt;613&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; details&lt;/P&gt;&lt;P&gt;614&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; lackfit;&lt;/P&gt;&lt;P&gt;615&amp;nbsp; &amp;nbsp; &amp;nbsp; output out=pred p=phat lower=lcl upper=ucl ;&lt;/P&gt;&lt;P&gt;616&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;ERROR: Invalid reference value for nationality.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;NOTE: There were 147 observations read from the data set WORK.PROJECT1.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;WARNING: The data set WORK.BETAS may be incomplete.&amp;nbsp; When this step was stopped there were 0&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; observations and 0 variables.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;WARNING: Data set WORK.BETAS was not replaced because this step was stopped.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;WARNING: The data set WORK.PRED may be incomplete.&amp;nbsp; When this step was stopped there were 0&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; observations and 0 variables.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;WARNING: Data set WORK.PRED was not replaced because this step was stopped.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;NOTE: PROCEDURE LOGISTIC used (Total process time):&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; real time &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.01 seconds&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/FONT&gt;cpu&lt;FONT color="#0000FF"&gt; time&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.01 seconds&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 01:14:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Invalid-reference-value-for-nationality/m-p/346874#M18246</guid>
      <dc:creator>zalahmed</dc:creator>
      <dc:date>2017-04-04T01:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid reference value for nationality</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Invalid-reference-value-for-nationality/m-p/346885#M18247</link>
      <description>&lt;P&gt;Does nationality have a format applied? The ref option requires the formatted values.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FYI you can include PARAM=REF after your class statement if all categorical variables will be using it. This means you can reduce your code.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CLASS .... &amp;nbsp;/ Param=ref;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 01:51:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Invalid-reference-value-for-nationality/m-p/346885#M18247</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-04T01:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid reference value for nationality</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Invalid-reference-value-for-nationality/m-p/346887#M18248</link>
      <description>&lt;P&gt;no format applied to nationality&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 01:53:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Invalid-reference-value-for-nationality/m-p/346887#M18248</guid>
      <dc:creator>zalahmed</dc:creator>
      <dc:date>2017-04-04T01:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid reference value for nationality</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Invalid-reference-value-for-nationality/m-p/346889#M18249</link>
      <description>&lt;P&gt;Then post a proc freq for the variable as well as a proc contents for your data set.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 01:59:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Invalid-reference-value-for-nationality/m-p/346889#M18249</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-04T01:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid reference value for nationality</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Invalid-reference-value-for-nationality/m-p/346894#M18250</link>
      <description>&lt;P&gt;Attachedproc freq and proc contents &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 02:09:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Invalid-reference-value-for-nationality/m-p/346894#M18250</guid>
      <dc:creator>zalahmed</dc:creator>
      <dc:date>2017-04-04T02:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid reference value for nationality</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Invalid-reference-value-for-nationality/m-p/346895#M18251</link>
      <description>&lt;P&gt;I'm not seeing anything specific. What happens if you reduce the model to only nationality?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You know that you have two many variables for your data? A quick rule of thumb is that you need approximately 30 obs per variable.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 02:24:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Invalid-reference-value-for-nationality/m-p/346895#M18251</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-04T02:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid reference value for nationality</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Invalid-reference-value-for-nationality/m-p/347053#M18252</link>
      <description>&lt;P&gt;By any chance to you have a combination of the class variables that does not include nationality='2'? Or is nationality numeric and not character?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 14:35:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Invalid-reference-value-for-nationality/m-p/347053#M18252</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-04-04T14:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid reference value for nationality</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Invalid-reference-value-for-nationality/m-p/347147#M18253</link>
      <description>&lt;P&gt;If the variable has a user-defined format assigned, you must specify the formatted value in the REF= option. &amp;nbsp;Also, note that you do not need to specify PARAM=REF for each variable. &amp;nbsp;You can specify it once, after a slash, at the end of the CLASS statement. For example:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;class a(ref="1") b(ref="hi") / param=ref;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 18:51:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Invalid-reference-value-for-nationality/m-p/347147#M18253</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2017-04-04T18:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid reference value for nationality</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Invalid-reference-value-for-nationality/m-p/347184#M18257</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/137334"&gt;@zalahmed&lt;/a&gt;&amp;nbsp;at this point you'll either need to provide your data so we can replicate the issue or contact SAS Tech Support for help. I suspect the issue is for a specific level there is no values of 2, but I would expect a different error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As I previously mentioned, you have too many variables and I don't think it's possible to fit your model. The number of observations must be greater than the number of variables for the matrix math to work out - back to the really basic linear algebra interpretation of regression.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 21:33:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Invalid-reference-value-for-nationality/m-p/347184#M18257</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-04T21:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid reference value for nationality</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Invalid-reference-value-for-nationality/m-p/347186#M18258</link>
      <description>&lt;P&gt;I will try to change the model , and let you know what's work&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 21:39:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Invalid-reference-value-for-nationality/m-p/347186#M18258</guid>
      <dc:creator>zalahmed</dc:creator>
      <dc:date>2017-04-04T21:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid reference value for nationality</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Invalid-reference-value-for-nationality/m-p/402333#M20970</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like this bug:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/13/510.html" target="_self"&gt;http://support.sas.com/kb/13/510.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2017 12:20:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Invalid-reference-value-for-nationality/m-p/402333#M20970</guid>
      <dc:creator>rasmuslarsen</dc:creator>
      <dc:date>2017-10-09T12:20:56Z</dc:date>
    </item>
  </channel>
</rss>

