<?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 help in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/proc-glimmix-help/m-p/144990#M7581</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;gave sas studio a reboot and I now have output.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can even add the lsmeans and get an answer.&amp;nbsp; Is there a way to incorporate a Tukey style comparison in the glimmix?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jun 2014 19:48:12 GMT</pubDate>
    <dc:creator>nbryan5_</dc:creator>
    <dc:date>2014-06-17T19:48:12Z</dc:date>
    <item>
      <title>proc glimmix help</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-glimmix-help/m-p/144986#M7577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I &lt;SPAN style="color: #000000; font-family: Helvetica; font-size: 12px; line-height: 1.5em;"&gt;am attempting the procedure in sas with the following code, but SAS keeps hanging up.&amp;nbsp; Naturally I assume I have done something wrong with the statement:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;data counts;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;infile "/folders/myfolders/counts2.txt" dlm='09'x missover lrecl=10000 firstobs=2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;input flight $ cells;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;proc print;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;proc sort data=counts out=counts2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;by flight;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;proc glimmix data=counts2; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;class flight;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;model cells=flight link=log dist=negbinomial; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I missing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 19:15:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-glimmix-help/m-p/144986#M7577</guid>
      <dc:creator>nbryan5_</dc:creator>
      <dc:date>2014-06-17T19:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: proc glimmix help</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-glimmix-help/m-p/144987#M7578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For starters where is it "hanging up"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run each piece individually and check the log in between to identify the issue. And how big is your dataset (counts2) with how many distinct flights?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 19:19:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-glimmix-help/m-p/144987#M7578</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-06-17T19:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: proc glimmix help</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-glimmix-help/m-p/144988#M7579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am running SAS studio and when I click the running man I getting a running...... message with a spinning wheel but no conclusion, and no error log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are about 3000 lines in the data set from 10 different flights.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 19:23:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-glimmix-help/m-p/144988#M7579</guid>
      <dc:creator>nbryan5_</dc:creator>
      <dc:date>2014-06-17T19:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: proc glimmix help</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-glimmix-help/m-p/144989#M7580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Separate it out. Run the import first and see if that works. If that means copying the code over reach time then do so. I haven't played around with SAS Studio so don't know if there's a submit selected or submit all button yet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, does this alone work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;data counts;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;infile "/folders/myfolders/counts2.txt" dlm='09'x missover lrecl=10000 firstobs=2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;input flight $ cells;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;run;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 19:28:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-glimmix-help/m-p/144989#M7580</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-06-17T19:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: proc glimmix help</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-glimmix-help/m-p/144990#M7581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;gave sas studio a reboot and I now have output.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can even add the lsmeans and get an answer.&amp;nbsp; Is there a way to incorporate a Tukey style comparison in the glimmix?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 19:48:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-glimmix-help/m-p/144990#M7581</guid>
      <dc:creator>nbryan5_</dc:creator>
      <dc:date>2014-06-17T19:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: proc glimmix help</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-glimmix-help/m-p/144991#M7582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a way, but I would suggest using the Edwards/Berry method (simulate= option).&amp;nbsp; Tukey's method depends pretty strongly on a gaussian distribution for accurate adjustments. (See Westfall et al., Multiple Comparisons and Multiple Tests&amp;nbsp; Using SAS, 2nd ed.).&amp;nbsp; The code would look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lsmeans flight/diff adjust=simulate(seed=1) adjdfe=row;&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, 18 Jun 2014 15:16:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-glimmix-help/m-p/144991#M7582</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-06-18T15:16:20Z</dc:date>
    </item>
  </channel>
</rss>

