<?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 BGLIMM in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/BGLIMM/m-p/899396#M44579</link>
    <description>&lt;P&gt;proc bglimm data=ADQS nmc=100000 thin=2 seed=976352&lt;BR /&gt;outpost=CenterOut;&lt;BR /&gt;class GPPpGaBL TRTP;&lt;BR /&gt;model resp(event='1') = gpppgabl trtp/ dist=bin link=logit;&lt;BR /&gt;*random int / subject=Center monitor;&lt;BR /&gt;estimate "log OR" TRTP 0 1 -1/e;&lt;BR /&gt;ods output estimates = est;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data est;&lt;BR /&gt;set est ;&lt;BR /&gt;odds750=exp(Mean);&lt;BR /&gt;o750l=exp(HPDLower);&lt;BR /&gt;o750u=exp(HPDUpper);&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data centerout;&lt;BR /&gt;set centerout;&lt;BR /&gt;&lt;BR /&gt;p_750 = logistIc(intercept +GPPPGABL__3__MODERATE+TRTP2);&lt;BR /&gt;p_placebo=logistic(intercept +GPPPGABL__3__MODERATE);&lt;BR /&gt;d_750=p_750-p_placebo;&lt;BR /&gt;r_750=p_750/p_placebo;&lt;BR /&gt;o_750=(p_750/(1-p_750))/(p_placebo/(1-p_placebo));&lt;BR /&gt;&lt;BR /&gt;if d_750 &amp;lt; 0 then pd_750=2 ; else pd_750=0;&lt;BR /&gt;&lt;BR /&gt;if o_750&amp;lt;1 then po_750=2 ; else po_750=0;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1st question ,&amp;nbsp; can I compute the odds ratio using o_750 calculations ?&lt;/P&gt;&lt;P&gt;2ns question ; why I am getting different results between the mean of o_750 and odds750 from the estimate statement?&lt;/P&gt;</description>
    <pubDate>Fri, 20 Oct 2023 14:54:21 GMT</pubDate>
    <dc:creator>ksaikali</dc:creator>
    <dc:date>2023-10-20T14:54:21Z</dc:date>
    <item>
      <title>BGLIMM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/BGLIMM/m-p/899396#M44579</link>
      <description>&lt;P&gt;proc bglimm data=ADQS nmc=100000 thin=2 seed=976352&lt;BR /&gt;outpost=CenterOut;&lt;BR /&gt;class GPPpGaBL TRTP;&lt;BR /&gt;model resp(event='1') = gpppgabl trtp/ dist=bin link=logit;&lt;BR /&gt;*random int / subject=Center monitor;&lt;BR /&gt;estimate "log OR" TRTP 0 1 -1/e;&lt;BR /&gt;ods output estimates = est;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data est;&lt;BR /&gt;set est ;&lt;BR /&gt;odds750=exp(Mean);&lt;BR /&gt;o750l=exp(HPDLower);&lt;BR /&gt;o750u=exp(HPDUpper);&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data centerout;&lt;BR /&gt;set centerout;&lt;BR /&gt;&lt;BR /&gt;p_750 = logistIc(intercept +GPPPGABL__3__MODERATE+TRTP2);&lt;BR /&gt;p_placebo=logistic(intercept +GPPPGABL__3__MODERATE);&lt;BR /&gt;d_750=p_750-p_placebo;&lt;BR /&gt;r_750=p_750/p_placebo;&lt;BR /&gt;o_750=(p_750/(1-p_750))/(p_placebo/(1-p_placebo));&lt;BR /&gt;&lt;BR /&gt;if d_750 &amp;lt; 0 then pd_750=2 ; else pd_750=0;&lt;BR /&gt;&lt;BR /&gt;if o_750&amp;lt;1 then po_750=2 ; else po_750=0;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1st question ,&amp;nbsp; can I compute the odds ratio using o_750 calculations ?&lt;/P&gt;&lt;P&gt;2ns question ; why I am getting different results between the mean of o_750 and odds750 from the estimate statement?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 14:54:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/BGLIMM/m-p/899396#M44579</guid>
      <dc:creator>ksaikali</dc:creator>
      <dc:date>2023-10-20T14:54:21Z</dc:date>
    </item>
  </channel>
</rss>

