<?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: Labelling categories and making referent variables in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Labelling-categories-and-making-referent-variables/m-p/598664#M8198</link>
    <description>&lt;P&gt;I am not familiar with proc glm, but i would expect that i had to use the unformatted value. And, by the way, where do you assign the format to bmig?&lt;/P&gt;</description>
    <pubDate>Wed, 23 Oct 2019 11:35:32 GMT</pubDate>
    <dc:creator>andreas_lds</dc:creator>
    <dc:date>2019-10-23T11:35:32Z</dc:date>
    <item>
      <title>Labelling categories and making referent variables</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Labelling-categories-and-making-referent-variables/m-p/598663#M8197</link>
      <description>&lt;P&gt;I'm getting an error message when trying to make a referent variable, not sure if it's to do with how i've labelled the categories or an issues with the ref statement. Any help would be appreciated, thanks team.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC FORMAT;&lt;BR /&gt;VALUE BMIgfmt&lt;BR /&gt;1="Underweight/Normal"&lt;BR /&gt;2="Overweight"&lt;BR /&gt;3="Obese";&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;PROC GLM DATA=bpdata2 PLOTS=diagnostics;&lt;BR /&gt;CLASS bmig (REF= 'Underweight/Normal');&lt;BR /&gt;MODEL DBP= age smokgp BMIg / SOLUTION CLPARM TOLERANCE;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ERROR: Invalid reference value for BMIg.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2019 11:30:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Labelling-categories-and-making-referent-variables/m-p/598663#M8197</guid>
      <dc:creator>u41125093</dc:creator>
      <dc:date>2019-10-23T11:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Labelling categories and making referent variables</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Labelling-categories-and-making-referent-variables/m-p/598664#M8198</link>
      <description>&lt;P&gt;I am not familiar with proc glm, but i would expect that i had to use the unformatted value. And, by the way, where do you assign the format to bmig?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2019 11:35:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Labelling-categories-and-making-referent-variables/m-p/598664#M8198</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-10-23T11:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Labelling categories and making referent variables</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Labelling-categories-and-making-referent-variables/m-p/598713#M8199</link>
      <description>&lt;P&gt;You don't appear to have associated the format with the variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;format BMIG BMIgfmt.;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Also shouldn't SMOKGP also be in CLASS statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2019 13:54:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Labelling-categories-and-making-referent-variables/m-p/598713#M8199</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2019-10-23T13:54:59Z</dc:date>
    </item>
  </channel>
</rss>

