<?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: In proc MDC Utility and Nest options are red in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/In-proc-MDC-Utility-and-Nest-options-are-red/m-p/938872#M83604</link>
    <description>&lt;P&gt;Moved to &lt;EM&gt;SAS procedures&lt;/EM&gt; community.&lt;/P&gt;</description>
    <pubDate>Sat, 10 Aug 2024 12:21:49 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2024-08-10T12:21:49Z</dc:date>
    <item>
      <title>In proc MDC Utility and Nest options are red</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/In-proc-MDC-Utility-and-Nest-options-are-red/m-p/938686#M83603</link>
      <description>&lt;P&gt;In running a nested logit with proc MDC, the seemingly valid statements for "Utility" and "Nest" are red. The model runs, but the Hessian Matrix is Singular and all estimates are 1E-6. Code below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;mdc&lt;/STRONG&gt; data=fullcanceronly;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; class RUC sex_new agecat_new_cat race_new_cat anydual_cat state_q zpmed_cat zpcol_cat year_of_diagnosis&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;stage cancertype prior_hist;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; model actual = RUC sex_new agecat_new_cat race_new_cat anydual_cat state_q zpmed_cat zpcol_cat year_of_diagnosis&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;stage cancertype prior_hist /&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;&amp;nbsp; type=nlogit&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;&amp;nbsp; choice=(FFS_MC_CHANGE);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; id unique_ID;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; utility u(&lt;STRONG&gt;1&lt;/STRONG&gt;, ) = RUC sex_new agecat_new_cat race_new_cat anydual_cat state_q zpmed_cat zpcol_cat year_of_diagnosis&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;stage cancertype prior_hist;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; nest level(&lt;STRONG&gt;1&lt;/STRONG&gt;) = (&lt;STRONG&gt;1&lt;/STRONG&gt; &lt;STRONG&gt;2&lt;/STRONG&gt; @ &lt;STRONG&gt;1&lt;/STRONG&gt;, &lt;STRONG&gt;3&lt;/STRONG&gt; &lt;STRONG&gt;4&lt;/STRONG&gt; @ &lt;STRONG&gt;2&lt;/STRONG&gt;),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; level(&lt;STRONG&gt;2&lt;/STRONG&gt;) = (&lt;STRONG&gt;1&lt;/STRONG&gt; &lt;STRONG&gt;2&lt;/STRONG&gt; @ &lt;STRONG&gt;1&lt;/STRONG&gt;);&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 17:14:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/In-proc-MDC-Utility-and-Nest-options-are-red/m-p/938686#M83603</guid>
      <dc:creator>greesamu</dc:creator>
      <dc:date>2024-08-08T17:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: In proc MDC Utility and Nest options are red</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/In-proc-MDC-Utility-and-Nest-options-are-red/m-p/938872#M83604</link>
      <description>&lt;P&gt;Moved to &lt;EM&gt;SAS procedures&lt;/EM&gt; community.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Aug 2024 12:21:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/In-proc-MDC-Utility-and-Nest-options-are-red/m-p/938872#M83604</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2024-08-10T12:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: In proc MDC Utility and Nest options are red</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/In-proc-MDC-Utility-and-Nest-options-are-red/m-p/938923#M83605</link>
      <description>&lt;P&gt;In Enterprise Guide 8.4 there is no red:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SASKiwi_0-1723432894814.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/99183i5750EAEC63E43CCD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SASKiwi_0-1723432894814.png" alt="SASKiwi_0-1723432894814.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;What developer interface and version are you using? Red typically only identifies incorrect syntax. If your program runs without error then your syntax is most likely OK. Unexpected statistics could result from inappropriate modelling and / or underlying data issues. These are best progressed via Tech Support.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2024 03:28:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/In-proc-MDC-Utility-and-Nest-options-are-red/m-p/938923#M83605</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2024-08-12T03:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: In proc MDC Utility and Nest options are red</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/In-proc-MDC-Utility-and-Nest-options-are-red/m-p/938978#M83606</link>
      <description>&lt;P&gt;If you are using the DISPLAY MANAGER, the last time I looked SAS supplies 4 different schemes for the enhanced editor to use to set things like font, font weight, font size, font color. So "red" meaning depends on which theme is set. If you have modified a scheme&amp;nbsp; or if you have a custom theme (I know I do) then could be quite a bit different.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also note that someone can specify user defined keywords to display different for what ever reason suits their fancy. So "color" alone is not that critical. Logs are typically much more revealing when it comes to code behavior than the highlighting in the editor.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS over time has gone through periods where they added so many features to the code that whoever was responsible for making the enhanced editor displays couldn't keep up so you get things that appear to be "undefined keywords".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2024 15:06:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/In-proc-MDC-Utility-and-Nest-options-are-red/m-p/938978#M83606</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-08-12T15:06:32Z</dc:date>
    </item>
  </channel>
</rss>

