<?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 BGLIMM Logistic model in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-BGLIMM-Logistic-model/m-p/947713#M47406</link>
    <description>&lt;P&gt;non informative prior (Jeffreys prior) does not guarantee the Bayesian estimates match the classical approach.&lt;/P&gt;
&lt;P&gt;If you can send in the data, maybe we can look into it further.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jill&lt;/P&gt;</description>
    <pubDate>Wed, 16 Oct 2024 16:55:21 GMT</pubDate>
    <dc:creator>jiltao</dc:creator>
    <dc:date>2024-10-16T16:55:21Z</dc:date>
    <item>
      <title>PROC BGLIMM Logistic model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-BGLIMM-Logistic-model/m-p/947677#M47404</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to use the PROC BGLIMM to model a logistic regression with&amp;nbsp; non informative prior.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However I would like firstly to compare PROC BGLIMM with PROC LOGISTIC without any information about the prior.&lt;/P&gt;
&lt;P&gt;My concern is that I do not obtain same results.&lt;/P&gt;
&lt;P&gt;Is there something I do incorrectly?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc logistic data=ANcount8(where=(AVISIT="Visit 10" and HiSCR50 ne "")) ;&lt;BR /&gt;class TRT(ref='0') FASTRESC(ref='STAGE II') / param=ref;&lt;BR /&gt;model HiSCR50(event="Y") = TRT FASTRESC / link=logit;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;Estimation of TRT1:&amp;nbsp;&lt;SPAN&gt;-0.6750&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc bglimm data=ANcount8(where=(AVISIT="Visit 10" and HiSCR50 ne "")) seed=1235841 nbi=1000 nmc=100000 thin=20 plots=all;&lt;BR /&gt;class TRT(ref='0') FASTRESC(ref='STAGE II')/ param=ref; &lt;BR /&gt;model HiSCR50(event="Y") = TRT FASTRESC / dist=binary link=logit ;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;Estimation TRT1:&amp;nbsp;-1.0248&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2024 13:58:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-BGLIMM-Logistic-model/m-p/947677#M47404</guid>
      <dc:creator>Clg</dc:creator>
      <dc:date>2024-10-16T13:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: PROC BGLIMM Logistic model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-BGLIMM-Logistic-model/m-p/947713#M47406</link>
      <description>&lt;P&gt;non informative prior (Jeffreys prior) does not guarantee the Bayesian estimates match the classical approach.&lt;/P&gt;
&lt;P&gt;If you can send in the data, maybe we can look into it further.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jill&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2024 16:55:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-BGLIMM-Logistic-model/m-p/947713#M47406</guid>
      <dc:creator>jiltao</dc:creator>
      <dc:date>2024-10-16T16:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: PROC BGLIMM Logistic model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-BGLIMM-Logistic-model/m-p/947735#M47409</link>
      <description>&lt;P&gt;What do the interval estimates look like for the two methods? Is there perhaps a large interval, such that the two points you have are fair estimates of the midpoint? In other words, if the interval estimates look like (-100, 100), I would be pretty content, but if they were (-0.7, -0.5) frequentist and (-1.1, -1.0) Bayesian, then I might have some suspicions. Have you tried fitting with a non-full rank parameterization (GLM style), and if that is still giving you fits, tried adding a NOINT option to the MODEL statements?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No guarantees on these suggestions, they are just what I would try. I see&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/60873"&gt;@jiltao&lt;/a&gt;&amp;nbsp;replied so that opens some doors to getting a good solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2024 18:44:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-BGLIMM-Logistic-model/m-p/947735#M47409</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2024-10-16T18:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: PROC BGLIMM Logistic model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-BGLIMM-Logistic-model/m-p/947795#M47415</link>
      <description>&lt;P&gt;I don't think you could get the same/exact result from two different model with two different estimated method(MLE v.s. Bayes) .&lt;/P&gt;
&lt;P&gt;But could get the similar result.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
 set sashelp.heart(obs=1000);
run;
proc logistic data=have;
class sex bp_status;
model status=sex bp_status/link=logit;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1729130024934.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/101352iD9F81C3CEBFFAAE0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1729130024934.png" alt="Ksharp_0-1729130024934.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
proc genmod data=have;
class sex bp_status/ param=ref;;
model status=sex bp_status/link=logit dist=binomial;
bayes seed=1 coeffprior=UNIFORM;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_1-1729130088401.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/101353iBA9906E494D25C9B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_1-1729130088401.png" alt="Ksharp_1-1729130088401.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2024 01:54:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-BGLIMM-Logistic-model/m-p/947795#M47415</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-10-17T01:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: PROC BGLIMM Logistic model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-BGLIMM-Logistic-model/m-p/947829#M47416</link>
      <description>&lt;P&gt;Thank you for your feedback.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can see below my results and attached the data.&lt;/P&gt;
&lt;P&gt;For my test, there is no a lot of observations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Results with logistic classic:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Clg_0-1729153797289.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/101361i7F13D620661682D7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Clg_0-1729153797289.png" alt="Clg_0-1729153797289.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Clg_1-1729153801698.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/101362i733DF4D715AFE049/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Clg_1-1729153801698.png" alt="Clg_1-1729153801698.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Results with BGLIMM:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Clg_2-1729153816883.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/101363i0F0B7FB3B2C9F10C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Clg_2-1729153816883.png" alt="Clg_2-1729153816883.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2024 08:37:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-BGLIMM-Logistic-model/m-p/947829#M47416</guid>
      <dc:creator>Clg</dc:creator>
      <dc:date>2024-10-17T08:37:54Z</dc:date>
    </item>
  </channel>
</rss>

