<?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 Glimmix with two random intercepts in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Glimmix-with-two-random-intercepts/m-p/767233#M243211</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am doing analysis using a large data set.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to do generalized linear mixed model with two random intercepts, one for the zip code of the patient and one for the treating hospital.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the code:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;31&lt;BR /&gt;32 proc glimmix data=dataname noclprint pconv=0.001 ;&lt;BR /&gt;33 class variables ;&lt;BR /&gt;34 model thirty_mortality= variables&lt;BR /&gt;39 /solution dist=bin link=logit;&lt;BR /&gt;40 random intercept / subject = variable1*variable2;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;44 run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;initially it was giving me a message that there is not enough memory&amp;nbsp;&lt;/P&gt;&lt;P&gt;so I increased the memory with memsize run option to 6 gb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;now the model converge (it gives message that convergence criterion satisfied)&amp;nbsp;&lt;/P&gt;&lt;P&gt;then it gives the following error:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ERROR: An exception has been encountered.&lt;BR /&gt;Please contact technical support and provide them with the following traceback information:&lt;/P&gt;&lt;P&gt;The SAS task name is [GLIMMIX]&lt;BR /&gt;ERROR: Write Access Violation GLIMMIX&lt;BR /&gt;Exception occurred at (7E36FE97)&lt;BR /&gt;Task Traceback&lt;BR /&gt;Address Frame (DBGHELP API Version 4.0 rev 5)&lt;BR /&gt;00007FF97E36FE97 00000006CFEFE040 sasglimm:tkvercn1+0x19EE57&lt;BR /&gt;00007FF97E22CFF3 00000006CFEFE290 sasglimm:tkvercn1+0x5BFB3&lt;BR /&gt;00007FF97E22C541 00000006CFEFE380 sasglimm:tkvercn1+0x5B501&lt;BR /&gt;00007FF97E321D2B 00000006CFEFE4D0 sasglimm:tkvercn1+0x150CEB&lt;BR /&gt;00007FF97E1D29C6 00000006CFEFF950 sasglimm:tkvercn1+0x1986&lt;BR /&gt;00007FF9930DF5A8 00000006CFEFF958 sashost:Main+0x15268&lt;BR /&gt;00007FF9930E59CC 00000006CFEFFC80 sashost:Main+0x1B68C&lt;BR /&gt;00007FF9CD507BD4 00000006CFEFFC88 KERNEL32:BaseThreadInitThunk+0x14&lt;BR /&gt;00007FF9CEE8CE51 00000006CFEFFCB8 ntdll:RtlUserThreadStart+0x21&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can somebody help please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Sep 2021 16:43:36 GMT</pubDate>
    <dc:creator>amgadmentias</dc:creator>
    <dc:date>2021-09-13T16:43:36Z</dc:date>
    <item>
      <title>Glimmix with two random intercepts</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Glimmix-with-two-random-intercepts/m-p/767233#M243211</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am doing analysis using a large data set.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to do generalized linear mixed model with two random intercepts, one for the zip code of the patient and one for the treating hospital.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the code:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;31&lt;BR /&gt;32 proc glimmix data=dataname noclprint pconv=0.001 ;&lt;BR /&gt;33 class variables ;&lt;BR /&gt;34 model thirty_mortality= variables&lt;BR /&gt;39 /solution dist=bin link=logit;&lt;BR /&gt;40 random intercept / subject = variable1*variable2;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;44 run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;initially it was giving me a message that there is not enough memory&amp;nbsp;&lt;/P&gt;&lt;P&gt;so I increased the memory with memsize run option to 6 gb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;now the model converge (it gives message that convergence criterion satisfied)&amp;nbsp;&lt;/P&gt;&lt;P&gt;then it gives the following error:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ERROR: An exception has been encountered.&lt;BR /&gt;Please contact technical support and provide them with the following traceback information:&lt;/P&gt;&lt;P&gt;The SAS task name is [GLIMMIX]&lt;BR /&gt;ERROR: Write Access Violation GLIMMIX&lt;BR /&gt;Exception occurred at (7E36FE97)&lt;BR /&gt;Task Traceback&lt;BR /&gt;Address Frame (DBGHELP API Version 4.0 rev 5)&lt;BR /&gt;00007FF97E36FE97 00000006CFEFE040 sasglimm:tkvercn1+0x19EE57&lt;BR /&gt;00007FF97E22CFF3 00000006CFEFE290 sasglimm:tkvercn1+0x5BFB3&lt;BR /&gt;00007FF97E22C541 00000006CFEFE380 sasglimm:tkvercn1+0x5B501&lt;BR /&gt;00007FF97E321D2B 00000006CFEFE4D0 sasglimm:tkvercn1+0x150CEB&lt;BR /&gt;00007FF97E1D29C6 00000006CFEFF950 sasglimm:tkvercn1+0x1986&lt;BR /&gt;00007FF9930DF5A8 00000006CFEFF958 sashost:Main+0x15268&lt;BR /&gt;00007FF9930E59CC 00000006CFEFFC80 sashost:Main+0x1B68C&lt;BR /&gt;00007FF9CD507BD4 00000006CFEFFC88 KERNEL32:BaseThreadInitThunk+0x14&lt;BR /&gt;00007FF9CEE8CE51 00000006CFEFFCB8 ntdll:RtlUserThreadStart+0x21&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can somebody help please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 16:43:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Glimmix-with-two-random-intercepts/m-p/767233#M243211</guid>
      <dc:creator>amgadmentias</dc:creator>
      <dc:date>2021-09-13T16:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Glimmix with two random intercepts</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Glimmix-with-two-random-intercepts/m-p/767248#M243219</link>
      <description>&lt;P&gt;Best advice is to contact technical support&lt;/P&gt;</description>
      <pubDate>Sun, 12 Sep 2021 10:58:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Glimmix-with-two-random-intercepts/m-p/767248#M243219</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-09-12T10:58:22Z</dc:date>
    </item>
  </channel>
</rss>

