<?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 choose different estimation methods in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-glimmix-choose-different-estimation-methods/m-p/914734#M360460</link>
    <description>&lt;P&gt;SAS® 9.4 and SAS® Viya® 3.5 Programming Documentation&lt;BR /&gt;SAS/STAT 15.3 User's Guide&lt;BR /&gt;The GLIMMIX Procedure&lt;BR /&gt;&lt;STRONG&gt;NLOPTIONS Statement&lt;/STRONG&gt;&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_glimmix_syntax18.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_glimmix_syntax18.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS/STAT 15.3 User's Guide&lt;BR /&gt;Shared Concepts and Topics&lt;BR /&gt;&lt;STRONG&gt;NLOPTIONS Statement&lt;/STRONG&gt;&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_introcom_sect052.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_introcom_sect052.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
    <pubDate>Tue, 06 Feb 2024 18:18:58 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2024-02-06T18:18:58Z</dc:date>
    <item>
      <title>proc glimmix choose different estimation methods</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-glimmix-choose-different-estimation-methods/m-p/914700#M360440</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;In proc glimmix, what syntax is used to change the optimization algorithm to other than Newton Raphson?&lt;PRE&gt;&lt;CODE class=""&gt;proc glimmix data=mydata;
   class myclass;
   model response = mycovariates / dist=binomial link=logit solution;
   random intercept / subject=myid;
 run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 06 Feb 2024 14:40:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-glimmix-choose-different-estimation-methods/m-p/914700#M360440</guid>
      <dc:creator>ANKH1</dc:creator>
      <dc:date>2024-02-06T14:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: proc glimmix choose different estimation methods</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-glimmix-choose-different-estimation-methods/m-p/914734#M360460</link>
      <description>&lt;P&gt;SAS® 9.4 and SAS® Viya® 3.5 Programming Documentation&lt;BR /&gt;SAS/STAT 15.3 User's Guide&lt;BR /&gt;The GLIMMIX Procedure&lt;BR /&gt;&lt;STRONG&gt;NLOPTIONS Statement&lt;/STRONG&gt;&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_glimmix_syntax18.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_glimmix_syntax18.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS/STAT 15.3 User's Guide&lt;BR /&gt;Shared Concepts and Topics&lt;BR /&gt;&lt;STRONG&gt;NLOPTIONS Statement&lt;/STRONG&gt;&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_introcom_sect052.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_introcom_sect052.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2024 18:18:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-glimmix-choose-different-estimation-methods/m-p/914734#M360460</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2024-02-06T18:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: proc glimmix choose different estimation methods</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-glimmix-choose-different-estimation-methods/m-p/915621#M360773</link>
      <description>&lt;PRE&gt;&lt;CODE class=""&gt;proc glimmix data=mydata method=laplace;
   class myclass;
   model response = mycovariates / dist=binomial link=logit solution;
   random intercept / subject=myid;
 run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Hi! I found out that you can choose the method (example laplace) by adding the statement above.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 17:08:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-glimmix-choose-different-estimation-methods/m-p/915621#M360773</guid>
      <dc:creator>ANKH1</dc:creator>
      <dc:date>2024-02-12T17:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: proc glimmix choose different estimation methods</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-glimmix-choose-different-estimation-methods/m-p/915627#M360774</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/226521"&gt;@ANKH1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;PRE&gt;&lt;CODE class=""&gt;proc glimmix data=mydata method=laplace;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Hi! I found out that you can choose the method (example laplace) by adding the statement above.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;There's an "inter-play" between several statements and options.&lt;/P&gt;
&lt;UL class="lia-list-style-type-square"&gt;
&lt;LI&gt;Several estimation methods of the GLIMMIX procedure (METHOD=RSPL, MSPL, RMPL, MMPL) are doubly iterative.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;The NLOPTIONS statement controls the inner iterations.&lt;/STRONG&gt; The outer iteration behavior can be controlled with options in the PROC GLIMMIX statement, such as the MAXLMMUPDATE=, PCONV=, and ABSPCONV= options. If the estimation method involves a singly iterative approach, then there is no need for the outer cycling and the model is fit in a single optimization controlled by the NLOPTIONS statement (see the section Singly or Doubly Iterative Fitting).&lt;/LI&gt;
&lt;LI&gt;Note that in a GLMM with pseudo-likelihood estimation, specifying TECHNIQUE=NONE has the same effect as specifying the NOITER option in the PARMS statement. If you estimate the parameters by METHOD=LAPLACE or METHOD=QUAD, TECHNIQUE=NONE applies to the optimization after starting values have been determined.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_glimmix_syntax18.htm" target="_blank"&gt;SAS Help Center&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_glimmix_syntax18.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_glimmix_syntax18.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Br, Koen&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 17:29:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-glimmix-choose-different-estimation-methods/m-p/915627#M360774</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2024-02-12T17:29:00Z</dc:date>
    </item>
  </channel>
</rss>

