<?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: Proc Glimmix in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143021#M7484</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition, presenting the iteration history helps me in interpreting/troubleshooting.&amp;nbsp; Note that from iteration 5 onward, the objective function moves by a nearly fixed quantity (20 and a tiny fraction) and from iteration 13 on the tiny fraction goes away.&amp;nbsp; This is a sign of an over parameterized model, with a collinearity problem.&amp;nbsp; Some of these predictors are nearly completely confounded, such that the effective X matrix has only 17 linearly independent columns (I think that's right.&amp;nbsp; Hopefully, @lvm will correct me if I messed this up), and the 20 redundant columns just keep adding on with each iteration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, use subject matter knowledge to boil the independent variables down to a reasonable list.&amp;nbsp; If this is an exploratory study, you could try PROC GLMSELECT and use the LASSO option to get a handle on the independent variables.&amp;nbsp; At least run PROC REG and check the collinearity diagnostics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jan 2014 20:05:17 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2014-01-24T20:05:17Z</dc:date>
    <item>
      <title>Proc Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143013#M7476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I am working on hierarchical models using PROC GLIMMIX. This is my first time working on this proc.&lt;/P&gt;&lt;P&gt;I tried following code but the log returned an error that says &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG style="color: #ff0000;"&gt;"ERROR: Invalid or missing data."&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; I am not sure if my code is incorrect ot there is anything missing in the dataset.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Also, what do Insert in place of n in th e=model statement.&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;&lt;STRONG style="color: navy; background-color: white; background-repeat: initial initial; background-position: initial initial;"&gt; &lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;&lt;STRONG style="color: navy; background-color: white; background-repeat: initial initial; background-position: initial initial;"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; background-color: white; background-repeat: initial initial; background-position: initial initial;"&gt;glimmix&lt;/STRONG&gt; &lt;SPAN style="color: blue; background-color: white; background-position: initial initial; background-repeat: initial initial;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="color: black; background-color: white; background-position: initial initial; background-repeat: initial initial;"&gt;=&amp;nbsp; xxxxx ;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;&lt;SPAN style="color: blue; background-color: white; background-position: initial initial; background-repeat: initial initial;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="color: black; background-color: white; background-position: initial initial; background-repeat: initial initial;"&gt; hospid female dm dmcx htn_c&amp;nbsp; aids alcohol ANEMDEF arth race1&amp;nbsp;&amp;nbsp; ZIPINC_QRTL hosp_location h_contrl hosp_teach&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12pt; color: black; background-color: white; font-family: calibri, verdana, arial, sans-serif;"&gt;bldloss chf chrnlung coag depress drug hypothy liver lymph lytes mets neuro obese para perivasc psych pulmcirc renlfail tumor &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12pt; color: black; background-color: white; font-family: calibri, verdana, arial, sans-serif;"&gt;ulcer valve wghtloss cararrhythmia;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: blue; background-color: white; background-position: initial initial; background-repeat: initial initial;"&gt;model&lt;/SPAN&gt;&lt;SPAN style="color: black; background-color: white; background-position: initial initial; background-repeat: initial initial;"&gt; died/&lt;STRONG style="color: #ff00ff;"&gt;n&lt;/STRONG&gt; = female&amp;nbsp; dm dmcx htn_c aids alcohol ANEMDEF arth race1 ZIPINC_QRTL hosp_location h_contrl hosp_teach&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12pt; color: black; background-color: white; font-family: calibri, verdana, arial, sans-serif;"&gt;bldloss chf chrnlung coag depress drug hypothy liver lymph lytes mets neuro obese para perivasc psych pulmcirc renlfail tumor &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;&lt;SPAN style="color: black; background-color: white; background-position: initial initial; background-repeat: initial initial;"&gt;ulcer valve wghtloss cararrhythmia / &lt;/SPAN&gt;&lt;SPAN style="color: blue; background-color: white; background-position: initial initial; background-repeat: initial initial;"&gt;solution&lt;/SPAN&gt;&lt;SPAN style="color: black; background-color: white; background-position: initial initial; background-repeat: initial initial;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: blue; background-color: white; background-position: initial initial; background-repeat: initial initial;"&gt;random&lt;/SPAN&gt;&lt;SPAN style="color: black; background-color: white; background-position: initial initial; background-repeat: initial initial;"&gt; intercept / &lt;/SPAN&gt;&lt;SPAN style="color: blue; background-color: white; background-position: initial initial; background-repeat: initial initial;"&gt;subject&lt;/SPAN&gt;&lt;SPAN style="color: black; background-color: white; background-position: initial initial; background-repeat: initial initial;"&gt;=hospid;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;&lt;STRONG style="color: navy; background-color: white; background-repeat: initial initial; background-position: initial initial;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="color: black; background-color: white; background-position: initial initial; background-repeat: initial initial;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; background-color: white; font-family: calibri, verdana, arial, sans-serif; background-repeat: initial initial; background-position: initial initial;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; background-color: white; font-family: calibri, verdana, arial, sans-serif; background-repeat: initial initial; background-position: initial initial;"&gt;Any help will be greatly appreciate!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; background-color: white; font-family: calibri, verdana, arial, sans-serif; background-repeat: initial initial; background-position: initial initial;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; background-color: white; font-family: calibri, verdana, arial, sans-serif; background-repeat: initial initial; background-position: initial initial;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; background-color: white; font-family: calibri, verdana, arial, sans-serif; background-repeat: initial initial; background-position: initial initial;"&gt;Ashwini&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 19:28:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143013#M7476</guid>
      <dc:creator>Ashwini_uci</dc:creator>
      <dc:date>2014-01-15T19:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143014#M7477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashwini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That error indicates that something is missing in the dataset, and if you have the highlighted "n" in the model statement, then it is very likely that is what is missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if we can answer that question, then it will probably solve some of your problems.&amp;nbsp; The events/trials syntax that you are using implies that you know how many events (in this case, died, assuming that is a summed value across the many class variables) and how many trials are available.&amp;nbsp; For this it could be died plus lived, or if it is an intent to treat analysis, it could be number enrolled.&amp;nbsp; Just be sure that the number reflects the cell "total".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this many categorical variables, I would watch out for quasi-separation.&amp;nbsp; You may need to collapse categories or eliminate some variables if the crosstabs reveal zeroes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 20:16:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143014#M7477</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-01-15T20:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143015#M7478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;I read a little more and ran another code which is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: navy; background: white; font-size: 16.0pt;"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: navy; background: white; font-size: 16.0pt;"&gt;&lt;STRONG&gt;glimmix&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-size: 16.0pt; color: blue; background: white;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; color: black; background: white;"&gt;=library.nismicathcabg1_3; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 16.0pt; color: blue; background: white;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; color: black; background: white;"&gt; hospid; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 16.0pt; color: blue; background: white;"&gt;model&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; color: black; background: white;"&gt; died (&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; color: blue; background: white;"&gt;event&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; color: black; background: white;"&gt;=last) = female&amp;nbsp; dm dmcx htn_c&amp;nbsp; aids alcohol ANEMDEF arth race1 ZIPINC_QRTL hosp_location h_contrl hosp_teach &lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; color: black; background: white;"&gt;bldloss chf chrnlung coag depress drug hypothy liver lymph lytes mets neuro obese para perivasc psych pulmcirc renlfail tumor&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; color: black; background: white;"&gt;ulcer valve wghtloss cararrhythmia / &lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; color: blue; background: white;"&gt;dist&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; color: black; background: white;"&gt;=binary &lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; color: blue; background: white;"&gt;link&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; color: black; background: white;"&gt;=logit &lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; color: blue; background: white;"&gt;ddfm&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; color: black; background: white;"&gt;=bw &lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; color: blue; background: white;"&gt;solution&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; color: black; background: white;"&gt; ; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 16.0pt; color: blue; background: white;"&gt;random&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; color: black; background: white;"&gt; intercept / &lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; color: blue; background: white;"&gt;subject&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; color: black; background: white;"&gt;=hospid &lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; color: blue; background: white;"&gt;solution&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; color: black; background: white;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: navy; background: white; font-size: 16.0pt;"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.0pt; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.0pt; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.0pt; color: black; background: white;"&gt;It returned me incomplete output, where at the end it said "Did not converge".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.0pt; color: black; background: white;"&gt;I am attaching the output for your reference to the original post. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.0pt; color: black; background: white;"&gt;I am not sure why the output is incomplete and showing "did not converge".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.0pt; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.0pt; color: black; background: white;"&gt;Appreciate your advice !&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.0pt; color: black; background: white;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.0pt; color: black; background: white;"&gt;Ashwini&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.0pt; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 01:41:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143015#M7478</guid>
      <dc:creator>Ashwini_uci</dc:creator>
      <dc:date>2014-01-16T01:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143016#M7479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The default number of iterations in GLIMMIX is twenty.&amp;nbsp; I see that the objective function looks to be leveling out, but that there is still some iterating to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add the following line to your GLIMMIX code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nloptions maxiter=200;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it still does not converge, try adding pconv=1e-6 to the PROC GLIMMIX statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 17:46:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143016#M7479</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-01-16T17:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143017#M7480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;Thanks again for your advice. i tried both but to no avail. I still get the same output that has "Did not converge" in it.&lt;/P&gt;&lt;P&gt;I also tried using your suggestions in a very parsimonious model but that didn't help either. &lt;/P&gt;&lt;P&gt;Not sure what is wrong with the code...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 23:21:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143017#M7480</guid>
      <dc:creator>Ashwini_uci</dc:creator>
      <dc:date>2014-01-17T23:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143018#M7481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I really don't think anything is wrong with your code.&amp;nbsp; Could you please share the output, especially the iteration history part?&amp;nbsp; I can be more helpful if I see how that is behaving.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 19:26:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143018#M7481</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-01-20T19:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143019#M7482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These are the codes&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: navy; background: white; font-size: 14.0pt;"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: navy; background: white; font-size: 14.0pt;"&gt;&lt;STRONG&gt;glimmix&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-size: 14.0pt; color: blue; background: white;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: black; background: white;"&gt;=library.nismicathcabg1_3; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 14.0pt; color: blue; background: white;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: black; background: white;"&gt; hospid; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 14.0pt; color: blue; background: white;"&gt;model&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: black; background: white;"&gt; died (&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: blue; background: white;"&gt;event&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: black; background: white;"&gt;=last) = female&amp;nbsp; dm dmcx htn_c&amp;nbsp; aids alcohol ANEMDEF arth race1 ZIPINC_QRTL hosp_location h_contrl hosp_teach&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 14.0pt; color: black; background: white;"&gt;bldloss chf chrnlung coag depress drug hypothy liver lymph lytes mets neuro obese para perivasc psych pulmcirc renlfail tumor &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 14.0pt; color: black; background: white;"&gt;ulcer valve wghtloss cararrhythmia / &lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: blue; background: white;"&gt;dist&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: black; background: white;"&gt;=binary &lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: blue; background: white;"&gt;link&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: black; background: white;"&gt;=logit &lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: blue; background: white;"&gt;ddfm&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: black; background: white;"&gt;=bw &lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: blue; background: white;"&gt;solution&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: black; background: white;"&gt; ; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 14.0pt; color: blue; background: white;"&gt;random&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: black; background: white;"&gt; intercept / &lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: blue; background: white;"&gt;subject&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: black; background: white;"&gt;=hospid &lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: blue; background: white;"&gt;solution&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: black; background: white;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 14.0pt; color: blue; background: white;"&gt;nloptions&lt;/SPAN&gt; &lt;SPAN style="font-size: 14.0pt; color: blue; background: white;"&gt;maxiter&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: black; background: white;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 14.0pt;"&gt;&lt;STRONG&gt;200&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: navy; background: white; font-size: 14.0pt;"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 14.0pt; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: navy; background: white; font-size: 14.0pt;"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: navy; background: white; font-size: 14.0pt;"&gt;&lt;STRONG&gt;glimmix&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-size: 14.0pt; color: blue; background: white;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: black; background: white;"&gt;=library.nismicathcabg1_3 &lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: blue; background: white;"&gt;pconv&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: black; background: white;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 14.0pt;"&gt;&lt;STRONG&gt;1e-6&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: black; background: white;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 14.0pt; color: blue; background: white;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: black; background: white;"&gt; hospid; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 14.0pt; color: blue; background: white;"&gt;model&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: black; background: white;"&gt; died (&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: blue; background: white;"&gt;event&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: black; background: white;"&gt;=last) = female&amp;nbsp; dm dmcx htn_c&amp;nbsp; aids alcohol ANEMDEF arth race1 ZIPINC_QRTL hosp_location h_contrl hosp_teach&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 14.0pt; color: black; background: white;"&gt;bldloss chf chrnlung coag depress drug hypothy liver lymph lytes mets neuro obese para perivasc psych pulmcirc renlfail tumor &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 14.0pt; color: black; background: white;"&gt;ulcer valve wghtloss cararrhythmia / &lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: blue; background: white;"&gt;dist&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: black; background: white;"&gt;=binary &lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: blue; background: white;"&gt;link&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: black; background: white;"&gt;=logit &lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: blue; background: white;"&gt;ddfm&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: black; background: white;"&gt;=bw &lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: blue; background: white;"&gt;solution&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: black; background: white;"&gt; ; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 14.0pt; color: blue; background: white;"&gt;random&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: black; background: white;"&gt; intercept / &lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: blue; background: white;"&gt;subject&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: black; background: white;"&gt;=hospid &lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: blue; background: white;"&gt;solution&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: black; background: white;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: navy; background: white; font-size: 14.0pt;"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 21:35:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143019#M7482</guid>
      <dc:creator>Ashwini_uci</dc:creator>
      <dc:date>2014-01-20T21:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143020#M7483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have a very large number of predictor variables in your model. I am guessing that the log likelihood function for your data and model is fairly flat in the region of the maximum value, so that the optimization method is bouncing around and not converging at the actual maximum. I suggest you try a much simpler fixed effect part of your model. Start with just a few predictor variables so that you can obtain convergence. Then add more predictor variables to see if you can find the circumstances where problems develop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other comments: GLMMs with a binary conditional distribution (your situation) can give biased results. You should try METHOD=LAPLACE in the procedure statement. You should also try fitting the model without a random effect, just to look at the parameter values (to give you a sense of the magnitude and sign of the coefficient estimates). This would be just for exploratory work (you should not ignore the random effect for the final analysis). You should be able to see that many of the predictors will likely not be significant (due to an overfit). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 14:57:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143020#M7483</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2014-01-22T14:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143021#M7484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition, presenting the iteration history helps me in interpreting/troubleshooting.&amp;nbsp; Note that from iteration 5 onward, the objective function moves by a nearly fixed quantity (20 and a tiny fraction) and from iteration 13 on the tiny fraction goes away.&amp;nbsp; This is a sign of an over parameterized model, with a collinearity problem.&amp;nbsp; Some of these predictors are nearly completely confounded, such that the effective X matrix has only 17 linearly independent columns (I think that's right.&amp;nbsp; Hopefully, @lvm will correct me if I messed this up), and the 20 redundant columns just keep adding on with each iteration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, use subject matter knowledge to boil the independent variables down to a reasonable list.&amp;nbsp; If this is an exploratory study, you could try PROC GLMSELECT and use the LASSO option to get a handle on the independent variables.&amp;nbsp; At least run PROC REG and check the collinearity diagnostics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 20:05:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143021#M7484</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-01-24T20:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143022#M7485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Thanks @Ivm and Steve for your useful suggestions! I tried to minimize the number of predictor variables and I ran the following model. And I could get some output which seems right. But it gives me only estimates and p-values. I am attaching the output for your reference. Is there any way I can also get the odds ratio by using proc glimmix?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: navy; background: white; font-size: 10.0pt;"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: navy; background: white; font-size: 10.0pt;"&gt;&lt;STRONG&gt;glimmix&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; color: blue; background: white;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black; background: white;"&gt;=library.data;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: blue; background: white;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black; background: white;"&gt; hospid female dm htn_c&amp;nbsp; ANEMDEF arth race1&amp;nbsp;&amp;nbsp; ZIPINC_QRTL bldloss chf chrnlung coag depress drug hypothy &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black; background: white;"&gt;liver lymph lytes mets neuro obese para perivasc pulmcirc renlfail&amp;nbsp; wghtloss cararrhythmia;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: blue; background: white;"&gt;model&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black; background: white;"&gt; died (&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: blue; background: white;"&gt;event&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black; background: white;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: purple; background: white;"&gt;'1'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black; background: white;"&gt;) = female&amp;nbsp; dm htn_c&amp;nbsp;&amp;nbsp; ANEMDEF arth race1 ZIPINC_QRTL bldloss chf chrnlung coag depress drug hypothy liver lymph lytes mets neuro obese para perivasc&amp;nbsp; pulmcirc renlfail wghtloss cararrhythmia /&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: blue; background: white;"&gt;dist&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black; background: white;"&gt;=binary &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: blue; background: white;"&gt;link&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black; background: white;"&gt;=logit &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: blue; background: white;"&gt;ddfm&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black; background: white;"&gt;=bw &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: blue; background: white;"&gt;solution&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: blue; background: white;"&gt;random&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black; background: white;"&gt; intercept / &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: blue; background: white;"&gt;subject&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black; background: white;"&gt;=hospid;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: navy; background: white; font-size: 10.0pt;"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Jan 2014 00:45:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143022#M7485</guid>
      <dc:creator>Ashwini_uci</dc:creator>
      <dc:date>2014-01-25T00:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143023#M7486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit; color: black;"&gt;Thanks @Ivm and Steve for your useful suggestions! I tried to minimize the number of predictor variables and I ran the following model. And I could get some output which seems right. But it gives me only estimates and p-values. I am attaching the output for your reference. Is there any way I can also get the odds ratio by using proc glimmix?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: navy; font-size: 10pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: navy; font-size: 10pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;glimmix&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;=library.data;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt; hospid female dm htn_c&amp;nbsp; ANEMDEF arth race1&amp;nbsp;&amp;nbsp; ZIPINC_QRTL bldloss chf chrnlung coag depress drug hypothy&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;liver lymph lytes mets neuro obese para perivasc pulmcirc renlfail&amp;nbsp; wghtloss cararrhythmia;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;model&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt; died (&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;event&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: purple;"&gt;'1'&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;) = female&amp;nbsp; dm htn_c&amp;nbsp;&amp;nbsp; ANEMDEF arth race1 ZIPINC_QRTL bldloss chf chrnlung coag depress drug hypothy liver lymph lytes mets neuro obese para perivasc&amp;nbsp; pulmcirc renlfail wghtloss cararrhythmia /&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;dist&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;=binary &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;link&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;=logit &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;ddfm&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;=bw &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;solution&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;random&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt; intercept / &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;subject&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;=hospid;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: navy; font-size: 10pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Jan 2014 00:46:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143023#M7486</guid>
      <dc:creator>Ashwini_uci</dc:creator>
      <dc:date>2014-01-25T00:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143024#M7487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just add the ODDSRATIO option on the model statement. See the documentation for suboptions, but this should give you what you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Jan 2014 01:12:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143024#M7487</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2014-01-26T01:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143025#M7488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello lvm,&lt;/P&gt;&lt;P&gt;As discussed in this post, I finally got the right code for Proc Glimmix and I have been using it thus far. Only today when I started using it on much larger dataset (over 250000 records) . It is the same code as I have posted above. The Proc Glimmix worked fine on the 100000 cases. But on the new dataset witha around 250000 cases, the output I am getting is not complete. Here is the code.I am not sure why it is not yielding a complete. Any help is greatly appreciated. I am also attaching the output for your reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: navy; background: white; font-size: 16.0pt; font-family: 'Calibri','sans-serif';"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: navy; background: white; font-size: 16.0pt; font-family: 'Calibri','sans-serif';"&gt;&lt;STRONG&gt;glimmix&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: blue; background: white;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: black; background: white;"&gt;=library.nismi091011_gender5 ; &lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: teal; background: yellow;"&gt;*using oddsratio*/;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: blue; background: white;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: black; background: white;"&gt; hospid gender racenew ZIPINC_QRTL_1&amp;nbsp; dm_all&amp;nbsp;&amp;nbsp; cm_htn_c cm_ANEMDEF cm_arth cm_bldloss cm_chf &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: black; background: white;"&gt;cm_chrnlung cm_coag cm_depress cm_drug cm_hypothy cm_liver cm_lymph cm_lytes cm_mets cm_neuro cm_obese cm_para &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: black; background: white;"&gt;cm_perivasc&amp;nbsp; cm_pulmcirc cm_renlfail&amp;nbsp; cm_wghtloss cararrhythmia;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: blue; background: white;"&gt;model&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: black; background: white;"&gt; died (&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: blue; background: white;"&gt;event&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: black; background: white;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: purple; background: white;"&gt;'1'&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: black; background: white;"&gt;) = age gender&amp;nbsp; racenew ZIPINC_QRTL_1&amp;nbsp; dm_all&amp;nbsp;&amp;nbsp; cm_htn_c cm_ANEMDEF cm_arth&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: black; background: white;"&gt;cm_bldloss cm_chf cm_chrnlung cm_coag cm_depress cm_drug cm_hypothy cm_liver cm_lymph cm_lytes cm_mets cm_neuro cm_obese cm_para &lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: black; background: white;"&gt;cm_perivasc&amp;nbsp; cm_pulmcirc cm_renlfail&amp;nbsp; cm_wghtloss cararrhythmia /&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: blue; background: white;"&gt;oddsratio&lt;/SPAN&gt; &lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: blue; background: white;"&gt;dist&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: black; background: white;"&gt;=binary &lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: blue; background: white;"&gt;link&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: black; background: white;"&gt;=logit &lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: blue; background: white;"&gt;ddfm&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: black; background: white;"&gt;=bw &lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: blue; background: white;"&gt;solution&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: blue; background: white;"&gt;random&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: black; background: white;"&gt; intercept / &lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: blue; background: white;"&gt;subject&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: black; background: white;"&gt;=hospid;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: blue; background: white;"&gt;where&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: black; background: white;"&gt; pcionly=&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 16.0pt; font-family: 'Calibri','sans-serif';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: blue; background: white;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: black; background: white;"&gt; stemi=&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 16.0pt; font-family: 'Calibri','sans-serif';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: blue; background: white;"&gt;weight&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: black; background: white;"&gt; discwt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: blue; background: white;"&gt;title&lt;/SPAN&gt; &lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: purple; background: white;"&gt;'Logi Reg in-hosp mortality vs gender in POST-PCI MI patients using "where" option with RACE +income for nonstemi with pcionly'&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: navy; background: white; font-size: 16.0pt; font-family: 'Calibri','sans-serif';"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: navy; background: white; font-size: 16.0pt; font-family: 'Calibri','sans-serif';"&gt;&lt;STRONG&gt;quit&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri','sans-serif'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 20:46:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143025#M7488</guid>
      <dc:creator>Ashwini_uci</dc:creator>
      <dc:date>2014-03-18T20:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143026#M7489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Hello Steve,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;As discussed in this post, I finally got the right code for Proc Glimmix and I have been using it thus far. Only today when I started using it on much larger dataset (over 250000 records) . It is the same code as I have posted above. The Proc Glimmix worked fine on the 100000 cases. But on the new dataset witha around 250000 cases, the output I am getting is not complete. Here is the code.I am not sure why it is not yielding a complete. Any help is greatly appreciated. I am also attaching the output for your reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: navy; font-size: 16pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: navy; font-size: 16pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;glimmix&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: blue;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: black;"&gt;=library.nismi091011_gender5 ; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: teal; background-color: yellow;"&gt;*using oddsratio*/;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: blue;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: black;"&gt; hospid gender racenew ZIPINC_QRTL_1&amp;nbsp; dm_all&amp;nbsp;&amp;nbsp; cm_htn_c cm_ANEMDEF cm_arth cm_bldloss cm_chf&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: black;"&gt;cm_chrnlung cm_coag cm_depress cm_drug cm_hypothy cm_liver cm_lymph cm_lytes cm_mets cm_neuro cm_obese cm_para&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: black;"&gt;cm_perivasc&amp;nbsp; cm_pulmcirc cm_renlfail&amp;nbsp; cm_wghtloss cararrhythmia;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: blue;"&gt;model&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: black;"&gt; died (&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: blue;"&gt;event&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: purple;"&gt;'1'&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: black;"&gt;) = age gender&amp;nbsp; racenew ZIPINC_QRTL_1&amp;nbsp; dm_all&amp;nbsp;&amp;nbsp; cm_htn_c cm_ANEMDEF cm_arth &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: black;"&gt;cm_bldloss cm_chf cm_chrnlung cm_coag cm_depress cm_drug cm_hypothy cm_liver cm_lymph cm_lytes cm_mets cm_neuro cm_obese cm_para &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: black;"&gt;cm_perivasc&amp;nbsp; cm_pulmcirc cm_renlfail&amp;nbsp; cm_wghtloss cararrhythmia /&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: blue;"&gt;oddsratio&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: blue;"&gt;dist&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: black;"&gt;=binary &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: blue;"&gt;link&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: black;"&gt;=logit &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: blue;"&gt;ddfm&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: black;"&gt;=bw&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: blue;"&gt;solution&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: black;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: blue;"&gt;random&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: black;"&gt; intercept / &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: blue;"&gt;subject&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: black;"&gt;=hospid;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: blue;"&gt;where&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: black;"&gt; pcionly=&lt;/SPAN&gt;&lt;SPAN style="color: teal; font-size: 16pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: blue;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: black;"&gt; stemi=&lt;/SPAN&gt;&lt;SPAN style="color: teal; font-size: 16pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: black;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: blue;"&gt;weight&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: black;"&gt; discwt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: blue;"&gt;title&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: purple;"&gt;'Logi Reg in-hosp mortality vs gender in POST-PCI MI patients using "where" option with RACE +income for nonstemi with pcionly'&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: black;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: navy; font-size: 16pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: black;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: navy; font-size: 16pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;quit&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16pt; font-family: Calibri, sans-serif; color: black;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 20:47:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143026#M7489</guid>
      <dc:creator>Ashwini_uci</dc:creator>
      <dc:date>2014-03-18T20:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143027#M7490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may simply be running out of memory. What does the Log say? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 21:00:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143027#M7490</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2014-03-18T21:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143028#M7491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By the way, the output says you have 87,303 observations. You may have a problem with your datafile. It comes back tot he Log: what does it say?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 21:23:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143028#M7491</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2014-03-18T21:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143029#M7492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The log looks fine. Doesn't say anything unusual.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 21:38:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143029#M7492</guid>
      <dc:creator>Ashwini_uci</dc:creator>
      <dc:date>2014-03-18T21:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143030#M7493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The number of observations is right. I am working on a subset (87,303) of the whole sample (250,000) and after weighting this number of sub-sample goes up to almost 400,000. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 21:43:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143030#M7493</guid>
      <dc:creator>Ashwini_uci</dc:creator>
      <dc:date>2014-03-18T21:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143031#M7494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strange enough, none of the models that worked successfully on the earlier small dataset is working on this new larger dataset. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 22:21:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143031#M7494</guid>
      <dc:creator>Ashwini_uci</dc:creator>
      <dc:date>2014-03-18T22:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143032#M7495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The log is showing me the warning as below:&lt;/P&gt;&lt;P&gt;WARNING: Obtaining minimum variance quadratic unbiased estimates as starting values for the covariance parameters failed.&lt;/P&gt;&lt;P&gt;Never encountered it before and not sure what it means. Do you have any idea what it exactly means and how to fix it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time and help!&lt;/P&gt;&lt;P&gt;Ashwini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 01:31:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Glimmix/m-p/143032#M7495</guid>
      <dc:creator>Ashwini_uci</dc:creator>
      <dc:date>2014-03-19T01:31:50Z</dc:date>
    </item>
  </channel>
</rss>

