<?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: Likelihood ratio test confidence interval in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Likelihood-ratio-test-confidence-interval/m-p/765640#M30571</link>
    <description>&lt;P&gt;Sorry the sample code I provided had the wrong values. I had cards&lt;/P&gt;&lt;P&gt;1 50&lt;/P&gt;&lt;P&gt;2 9950&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Sep 2021 13:56:55 GMT</pubDate>
    <dc:creator>keldel</dc:creator>
    <dc:date>2021-09-02T13:56:55Z</dc:date>
    <item>
      <title>Likelihood ratio test confidence interval</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Likelihood-ratio-test-confidence-interval/m-p/765636#M30570</link>
      <description>&lt;P&gt;I would like to obtain the confidence interval from the likelihood ratio test (G^2) for a binomial function with n=10000 and x=50 (the number of yes responses).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options ls=72;
data conditionprevalence;
input condition count; 
cards;
1 3
2 997
;
run;
proc freq;
weight count;
tables condition/cmh chisq;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know this isn't right since I am not getting a confidence interval and this doesn't seem to be the LRT. Thank you for any insight.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/37107"&gt;@jimbarbour&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 13:52:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Likelihood-ratio-test-confidence-interval/m-p/765636#M30570</guid>
      <dc:creator>keldel</dc:creator>
      <dc:date>2021-09-02T13:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Likelihood ratio test confidence interval</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Likelihood-ratio-test-confidence-interval/m-p/765640#M30571</link>
      <description>&lt;P&gt;Sorry the sample code I provided had the wrong values. I had cards&lt;/P&gt;&lt;P&gt;1 50&lt;/P&gt;&lt;P&gt;2 9950&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 13:56:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Likelihood-ratio-test-confidence-interval/m-p/765640#M30571</guid>
      <dc:creator>keldel</dc:creator>
      <dc:date>2021-09-02T13:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Likelihood ratio test confidence interval</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Likelihood-ratio-test-confidence-interval/m-p/765657#M30579</link>
      <description>&lt;P&gt;See the&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/v_016/statug/statug_freq_syntax08.htm#statug.freq.freqblr" target="_self"&gt; BINOMIAL(CL=LIKELIHOODRATIO)&lt;/A&gt; option in the TABLES statement (and details in the documentation section&amp;nbsp;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/v_016/statug/statug_freq_details37.htm#statug.freq.freqbinlr" target="_self"&gt;Likelihood Ratio Confidence Limits&lt;/A&gt;&amp;nbsp;under&amp;nbsp;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/v_016/statug/statug_freq_details37.htm" target="_self"&gt;Binomial Proportion&lt;/A&gt;).&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 15:12:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Likelihood-ratio-test-confidence-interval/m-p/765657#M30579</guid>
      <dc:creator>Watts</dc:creator>
      <dc:date>2021-09-02T15:12:50Z</dc:date>
    </item>
  </channel>
</rss>

