<?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: unordered multinomial models clustering by clinic site in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/unordered-multinomial-models-clustering-by-clinic-site/m-p/315364#M16622</link>
    <description>&lt;P&gt;10k isn't a lot of observations, but maybe your settings can be modified to allow this to process.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you confirm what your MEMSIZE option is set to?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc options group=memory;
run;quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Check the log for the results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can modify the setting in your CFG file.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Nov 2016 23:28:13 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-11-29T23:28:13Z</dc:date>
    <item>
      <title>unordered multinomial models clustering by clinic site</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/unordered-multinomial-models-clustering-by-clinic-site/m-p/315344#M16619</link>
      <description>&lt;P&gt;I recently ran a multinomial model using proc logistic with a 3 level unordered dependent variable. A reviewer has asked us to accunt for clustering by clinic site. This type of modeling does not seem to be supported with proc genmod (cannot use link=glogit).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried using proc glimmix but due to the large number of observations (10,000), I receive the following : ERROR: The SAS System stopped processing this step because of insufficient memory. (example below)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to run an unordered multinomial model and account for clustering by clinic site in SAS?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for any suggestions and example syntax!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc glimmix data=mlogit&amp;nbsp; ;&lt;BR /&gt;class&amp;nbsp;&amp;nbsp; time1 site&amp;nbsp; x y z;&lt;BR /&gt;model food=time1 x y z /dist=multinomial link=glogit solution;&lt;BR /&gt;random int / subject=site group=food ;&lt;BR /&gt;estimate "Time 1 vs Time 0" time1&amp;nbsp; 1 / exp;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2016 21:28:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/unordered-multinomial-models-clustering-by-clinic-site/m-p/315344#M16619</guid>
      <dc:creator>sharcole</dc:creator>
      <dc:date>2016-11-29T21:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: unordered multinomial models clustering by clinic site</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/unordered-multinomial-models-clustering-by-clinic-site/m-p/315364#M16622</link>
      <description>&lt;P&gt;10k isn't a lot of observations, but maybe your settings can be modified to allow this to process.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you confirm what your MEMSIZE option is set to?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc options group=memory;
run;quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Check the log for the results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can modify the setting in your CFG file.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2016 23:28:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/unordered-multinomial-models-clustering-by-clinic-site/m-p/315364#M16622</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-11-29T23:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: unordered multinomial models clustering by clinic site</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/unordered-multinomial-models-clustering-by-clinic-site/m-p/315594#M16631</link>
      <description>&lt;P&gt;Thank you Reeza ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the log is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Group=MEMORY&lt;BR /&gt;SORTSIZE=268435456&lt;BR /&gt;Specifies the amount of memory that is available to the SORT procedure.&lt;BR /&gt;SUMSIZE=0 Specifies a limit on the amount of memory that is available for data&lt;BR /&gt;summarization procedures when class variables are active.&lt;BR /&gt;MAXMEMQUERY=0 Specifies the maximum amount of memory that is allocated for procedures.&lt;BR /&gt;MEMBLKSZ=16777216 Specifies the memory block size for Windows memory-based libraries.&lt;BR /&gt;MEMMAXSZ=2147483648&lt;BR /&gt;Specifies the maximum amount of memory to allocate for using memory-based&lt;BR /&gt;libraries.&lt;BR /&gt;LOADMEMSIZE=0 Specifies a suggested amount of memory that is needed for executable&lt;BR /&gt;programs loaded by SAS.&lt;BR /&gt;&lt;STRONG&gt;MEMSIZE=2147483648&lt;/STRONG&gt;&lt;BR /&gt;Specifies the limit on the amount of virtual memory that can be used during&lt;BR /&gt;a SAS session.&lt;BR /&gt;REALMEMSIZE=0 Specifies the amount of real memory SAS can expect to allocate.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2016 16:27:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/unordered-multinomial-models-clustering-by-clinic-site/m-p/315594#M16631</guid>
      <dc:creator>sharcole</dc:creator>
      <dc:date>2016-11-30T16:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: unordered multinomial models clustering by clinic site</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/unordered-multinomial-models-clustering-by-clinic-site/m-p/316089#M16654</link>
      <description>&lt;P&gt;You can model clustered, multinomial data using PROC GEE or using a CLUSTER statement in PROC SURVEYLOGISTIC.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 22:00:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/unordered-multinomial-models-clustering-by-clinic-site/m-p/316089#M16654</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2016-12-01T22:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: unordered multinomial models clustering by clinic site</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/unordered-multinomial-models-clustering-by-clinic-site/m-p/316098#M16656</link>
      <description>&lt;P&gt;Thank you Dave,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would you mind giving sample syntax given the code I provided?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 22:31:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/unordered-multinomial-models-clustering-by-clinic-site/m-p/316098#M16656</guid>
      <dc:creator>sharcole</dc:creator>
      <dc:date>2016-12-01T22:31:33Z</dc:date>
    </item>
  </channel>
</rss>

